aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)Author
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves
2017-03-27gdb: Make ldirname return a std::stringPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-26New function null_streamYao Qi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-10Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi
2016-11-23gdb: Use C++11 std::chronoPedro Alves
2016-10-21Use scoped_restore for ui_fileTom Tromey
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-09-23Use std::string rather than dyn-stringTom Tromey
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi
2016-06-21Make gdb_stdout&co be per UIPedro Alves
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-27Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves
2015-06-15Move utility functions to common/Jan Kratochvil
2015-06-10Move make_cleanup_close to common codeGary Benson
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka
2015-03-02Remove use of stdbool.h in GDB sources.Joel Brobecker
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard
2015-01-29Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard
2015-01-15Move safe_strerror to common/Sergio Durigan Junior
2015-01-08always read synthetic pointers as signed integersYao Qi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans
2014-10-08Include cleanups.h in common-defs.hGary Benson
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson
2014-08-29Make internal_vproblem always workGary Benson
2014-08-19Move print-utils.h to common-defs.hGary Benson
2014-08-19Introduce common/errors.hGary Benson
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson
2014-06-19Refactor and expose core-dumping functionalityGary Benson
2014-06-19Add new internal problem for demangler warningsGary Benson
2014-06-17remove redundant savestring declarationTom Tromey
2014-06-04constify to_attachTom Tromey
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-02-12share "cell" codeTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-02Record objfile->original_name as an absolute pathJan Kratochvil
2013-10-13Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil
2013-10-11warn if "source" fails to open the file when from_tty == 0Joel Brobecker
2013-10-02Constification of parse_linespec and fallout:Keith Seitz
2013-08-01Remove error_pre_print and quit_pre_print.Andrew Burgess
2013-06-28Move pagination_enabled declaration to a proper place.Pedro Alves