summaryrefslogtreecommitdiff
path: root/gdb/maint.c
AgeCommit message (Expand)Author
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-06-02ODR warning for "main"Tom Tromey
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi
2022-04-19gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX
2022-04-12Allow thread-pool.h to work without threadsTom Tromey
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi
2022-02-06gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-25Sent timing stats to gdb_stdlogTom Tromey
2022-01-05Use filtered output in ordinary commandsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-07[gdb/tdep] Fix inferior plt calls in PIE for i386Tom de Vries
2021-11-08Improve gdb::array_view ctor from contiguous containersLancelot SIX
2021-10-29[gdb/build] Fix build with --disable-unit-testsTom de Vries
2021-10-28gdb: add selftest name completionSimon Marchi
2021-10-28gdb: add "maint set/show selftest verbose" commands and use process_optionsSimon Marchi
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries
2021-09-08[gdb/build] Fix build with undefined CXX_STD_THREADTom de Vries
2021-08-30Add a show function for "maint show worker-threads"Tom Tromey
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey
2021-02-24gdb: add a new 'maint info target-sections' commandAndrew Burgess
2021-02-11gdb: change 'maint info section' to use command optionsAndrew Burgess
2021-02-11gdb: 'maint info sections' - handle the no executable caseAndrew Burgess
2021-02-11gdb: add obj_section function to bound_minimal_symbolAndrew Burgess
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess
2020-12-07Use expression completer for "maint print type"Tom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-09-02gdb: remove maint_print_section_dataSimon Marchi
2020-08-27gdb: add gdb_bfd_sections for range-based iterationSimon Marchi
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-13Revert "Turn off threaded minsym demangling by default"Christian Biesinger
2019-12-12Remove MULTI_OBJFILE_PTom Tromey
2019-11-27Turn off threaded minsym demangling by defaultChristian Biesinger
2019-11-26Add maint set/show worker-threadsTom Tromey