aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-06gdb: remove core_bfd macroSimon Marchi1-2/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-06gdb: fix libstdc++ assert caused by invalid use of std::clampAndrew Burgess1-5/+6
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt1-6/+12
2023-11-06Remove EXTERN_C and related definesTom Tromey1-2/+2
2023-10-20gdb: fix owner passed to remove_target_sections in clear_solibSimon Marchi1-1/+1
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-06-03[gdb/cli] Fix help text of maint info target-sectionsTom de Vries1-1/+1
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-2/+2
2023-05-07Rename objfile::sectionsTom Tromey1-3/+3
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-01-24gdb: some int to bool conversionEnze Li1-6/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+2
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+4
2022-06-02ODR warning for "main"Tom Tromey1-1/+1
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-1/+1
2022-04-19gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX1-7/+6
2022-04-12Allow thread-pool.h to work without threadsTom Tromey1-4/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-68/+68
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi1-1/+1
2022-02-06gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi1-2/+2
2022-01-26Always call the wrap_here methodTom Tromey1-2/+2
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-2/+2
2022-01-25Sent timing stats to gdb_stdlogTom Tromey1-22/+25
2022-01-05Use filtered output in ordinary commandsTom Tromey1-4/+4
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