summaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Clear non-significant bits of address on memory accessYao Qi
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu
2017-10-08Remove make_cleanup_value_freeTom Tromey
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey
2017-08-04Add namespace std to nullptr_tYao Qi
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Remove make_cleanup_free_soTom Tromey
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey
2017-08-03Remove make_cleanup_fcloseTom Tromey
2017-07-20Make language_def O(1)Pedro Alves
2017-07-17Introduce strncmp_iwPedro Alves
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