aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-07[gdb/tdep] Fix inferior plt calls in PIE for i386Tom de Vries1-1/+1
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX1-1/+1
2021-10-29[gdb/build] Fix build with --disable-unit-testsTom de Vries1-0/+2
2021-10-28gdb: add selftest name completionSimon Marchi1-2/+9
2021-10-28gdb: add "maint set/show selftest verbose" commands and use process_optionsSimon Marchi1-5/+69
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-1/+1
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries1-1/+2
2021-09-08[gdb/build] Fix build with undefined CXX_STD_THREADTom de Vries1-7/+16
2021-08-30Add a show function for "maint show worker-threads"Tom Tromey1-1/+17
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-2/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-4/+6
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-9/+9
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey1-1/+0
2021-02-24gdb: add a new 'maint info target-sections' commandAndrew Burgess1-0/+59
2021-02-11gdb: change 'maint info section' to use command optionsAndrew Burgess1-90/+138
2021-02-11gdb: 'maint info sections' - handle the no executable caseAndrew Burgess1-59/+55
2021-02-11gdb: add obj_section function to bound_minimal_symbolAndrew Burgess1-1/+1
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-0/+5
2020-12-07Use expression completer for "maint print type"Tom Tromey1-1/+2
2020-10-29Remove the exec_bfd macroTom Tromey1-4/+6
2020-09-02gdb: remove maint_print_section_dataSimon Marchi1-59/+42
2020-08-27gdb: add gdb_bfd_sections for range-based iterationSimon Marchi1-26/+22
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi1-1/+1
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi1-1/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-96/+24
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Revert "Turn off threaded minsym demangling by default"Christian Biesinger1-6/+1
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-1/+1
2019-11-27Turn off threaded minsym demangling by defaultChristian Biesinger1-1/+6
2019-11-26Add maint set/show worker-threadsTom Tromey1-0/+41
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-2/+3
2019-09-19bfd_section_* macrosAlan Modra1-6/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-7/+7
2019-09-12gdb: Force use of float version of log10Andrew Burgess1-1/+1
2019-09-12gdb: Have 'maint info sections' print all sections againAndrew Burgess1-15/+127
2019-08-16[gdb] Make maint info sections print relocated addressesTom de Vries1-18/+21
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-10/+11
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-03Introduce the "with" commandPedro Alves1-0/+28
2019-06-06Add timestamps to "maint time" outputTom Tromey1-0/+25
2019-05-08Move "watchdog" to remote.cTom Tromey1-24/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Add compunits range adapter to objfileTom Tromey1-1/+1