summaryrefslogtreecommitdiff
path: root/gdb/maint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-2/+2
* Rename objfile::sectionsTom Tromey2023-05-071-3/+3
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* gdb: some int to bool conversionEnze Li2023-01-241-6/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+4
* ODR warning for "main"Tom Tromey2022-06-021-1/+1
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-1/+1
* gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX2022-04-191-7/+6
* Allow thread-pool.h to work without threadsTom Tromey2022-04-121-4/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-68/+68
* Unify gdb puts functionsTom Tromey2022-03-291-1/+1
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi2022-02-061-2/+2
* Always call the wrap_here methodTom Tromey2022-01-261-2/+2
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-2/+2
* Sent timing stats to gdb_stdlogTom Tromey2022-01-251-22/+25
* Use filtered output in ordinary commandsTom Tromey2022-01-051-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [gdb/tdep] Fix inferior plt calls in PIE for i386Tom de Vries2021-12-071-1/+1
* Improve gdb::array_view ctor from contiguous containersLancelot SIX2021-11-081-1/+1
* [gdb/build] Fix build with --disable-unit-testsTom de Vries2021-10-291-0/+2
* gdb: add selftest name completionSimon Marchi2021-10-281-2/+9
* gdb: add "maint set/show selftest verbose" commands and use process_optionsSimon Marchi2021-10-281-5/+69
* gdb: Introduce setting construct within cmd_list_elementLancelot SIX2021-10-031-1/+1
* [gdb] Add maint selftest -verbose optionTom de Vries2021-09-221-1/+2
* [gdb/build] Fix build with undefined CXX_STD_THREADTom de Vries2021-09-081-7/+16
* Add a show function for "maint show worker-threads"Tom Tromey2021-08-301-1/+17
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-2/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-4/+6
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-9/+9
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* Move psymtab statistics printing to psymtab.cTom Tromey2021-03-201-1/+0
* gdb: add a new 'maint info target-sections' commandAndrew Burgess2021-02-241-0/+59
* gdb: change 'maint info section' to use command optionsAndrew Burgess2021-02-111-90/+138
* gdb: 'maint info sections' - handle the no executable caseAndrew Burgess2021-02-111-59/+55
* gdb: add obj_section function to bound_minimal_symbolAndrew Burgess2021-02-111-1/+1
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: introduce new 'maint flush ' prefix commandAndrew Burgess2020-12-131-0/+5
* Use expression completer for "maint print type"Tom Tromey2020-12-071-1/+2
* Remove the exec_bfd macroTom Tromey2020-10-291-4/+6
* gdb: remove maint_print_section_dataSimon Marchi2020-09-021-59/+42
* gdb: add gdb_bfd_sections for range-based iterationSimon Marchi2020-08-271-26/+22
* gdb: add gdb_argv::as_array_view methodSimon Marchi2020-08-141-1/+1
* gdb: allow specifying multiple filters when running selftestsSimon Marchi2020-08-131-1/+2
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-96/+24