aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+1
2018-07-19Remove make_cleanup_value_free_to_markTom Tromey1-4/+0
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-32/+0
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi1-0/+3
2018-04-05More use of std::vector in linespec.cTom Tromey1-1/+0
2018-04-05Change streq to return boolTom Tromey1-1/+8
2018-03-30Remove make_cleanup_unpush_targetTom Tromey1-3/+0
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-4/+0
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-6/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+3
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves1-6/+10
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-4/+14
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+23
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu1-2/+2
2017-10-08Remove make_cleanup_value_freeTom Tromey1-1/+0
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-6/+21
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi1-3/+0
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-4/+0
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-4/+0
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-04Add namespace std to nullptr_tYao Qi1-2/+2
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey1-4/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-0/+118
2017-08-03Remove make_cleanup_free_soTom Tromey1-3/+0
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-2/+0
2017-08-03Remove make_cleanup_fcloseTom Tromey1-2/+0
2017-07-20Make language_def O(1)Pedro Alves1-0/+8
2017-07-17Introduce strncmp_iwPedro Alves1-1/+18
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-3/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves1-1/+1
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-7/+1
2017-01-26New function null_streamYao Qi1-0/+3
2017-01-10Use class to manage BFD reference countsTom Tromey1-2/+0
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-2/+0
2017-01-10Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey1-0/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-1/+1
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-1/+2
2016-10-21Use scoped_restore for ui_fileTom Tromey1-3/+0
2016-10-21Use RAII to save and restore scalarsTom Tromey1-0/+1
2016-09-23Use std::string rather than dyn-stringTom Tromey1-3/+0
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-3/+0
2016-06-21Make gdb_stdout&co be per UIPedro Alves1-5/+14
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma1-0/+3
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans1-0/+4