summaryrefslogtreecommitdiff
path: root/gdb/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-3/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-1/+1
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-7/+1
* New function null_streamYao Qi2017-01-261-0/+3
* Use class to manage BFD reference countsTom Tromey2017-01-101-2/+0
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-2/+0
* Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey2017-01-101-0/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-1/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-3/+0
* Use RAII to save and restore scalarsTom Tromey2016-10-211-0/+1
* Use std::string rather than dyn-stringTom Tromey2016-09-231-3/+0
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-3/+0
* Make gdb_stdout&co be per UIPedro Alves2016-06-211-5/+14
* python: Use console format for output of gdb.execute commandCatalin Udma2016-03-311-0/+3
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2015-10-271-1/+5
* Move utility functions to common/Jan Kratochvil2015-06-151-2/+0
* Move make_cleanup_close to common codeGary Benson2015-06-101-1/+1
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-281-0/+4
* Remove use of stdbool.h in GDB sources.Joel Brobecker2015-03-021-3/+1
* Change producer_is_gcc function return type to bool.Mark Wielaard2015-02-101-1/+3
* Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard2015-01-291-0/+1
* Move safe_strerror to common/Sergio Durigan Junior2015-01-151-3/+0
* always read synthetic pointers as signed integersYao Qi2015-01-081-5/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-0/+5
* Include cleanups.h in common-defs.hGary Benson2014-10-081-1/+0
* Move internal_{,v}warning to common/errors.[ch]Gary Benson2014-08-291-7/+0
* Make internal_vproblem always workGary Benson2014-08-291-0/+3
* Move print-utils.h to common-defs.hGary Benson2014-08-191-1/+0
* Introduce common/errors.hGary Benson2014-08-191-15/+0
* Rationalize "fatal" error handling outside of gdbserverGary Benson2014-07-241-6/+0
* Refactor and expose core-dumping functionalityGary Benson2014-06-191-0/+24
* Add new internal problem for demangler warningsGary Benson2014-06-191-0/+8
* remove redundant savestring declarationTom Tromey2014-06-171-2/+0
* constify to_attachTom Tromey2014-06-041-1/+1
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-0/+4
* share "cell" codeTom Tromey2014-02-121-21/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Record objfile->original_name as an absolute pathJan Kratochvil2013-12-021-0/+2
* Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil2013-10-131-0/+2
* warn if "source" fails to open the file when from_tty == 0Joel Brobecker2013-10-111-0/+2
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+1
* Remove error_pre_print and quit_pre_print.Andrew Burgess2013-08-011-8/+0
* Move pagination_enabled declaration to a proper place.Pedro Alves2013-06-281-0/+2