PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gdb / maint.c
2022-06-02 Tom TromeyODR warning for "main"
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-19 Lancelot SIXgdbsupport/selftest: Replace for_each_selftest with...
2022-04-12 Tom TromeyAllow thread-pool.h to work without threads
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-25 Tom TromeySent timing stats to gdb_stdlog
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-07 Tom de Vries[gdb/tdep] Fix inferior plt calls in PIE for i386
2021-11-08 Lancelot SIXImprove gdb::array_view ctor from contiguous containers
2021-10-29 Tom de Vries[gdb/build] Fix build with --disable-unit-tests
2021-10-28 Simon Marchigdb: add selftest name completion
2021-10-28 Simon Marchigdb: add "maint set/show selftest verbose" commands...
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-09-22 Tom de Vries[gdb] Add maint selftest -verbose option
2021-09-08 Tom de Vries[gdb/build] Fix build with undefined CXX_STD_THREAD
2021-08-30 Tom TromeyAdd a show function for "maint show worker-threads"
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-20 Tom TromeyMove psymtab statistics printing to psymtab.c
2021-02-24 Andrew Burgessgdb: add a new 'maint info target-sections' command
2021-02-11 Andrew Burgessgdb: change 'maint info section' to use command options
2021-02-11 Andrew Burgessgdb: 'maint info sections' - handle the no executable...
2021-02-11 Andrew Burgessgdb: add obj_section function to bound_minimal_symbol
2021-02-10 Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-13 Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-12-07 Tom TromeyUse expression completer for "maint print type"
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-09-02 Simon Marchigdb: remove maint_print_section_data
2020-08-27 Simon Marchigdb: add gdb_bfd_sections for range-based iteration
2020-08-14 Simon Marchigdb: add gdb_argv::as_array_view method
2020-08-13 Simon Marchigdb: allow specifying multiple filters when running...
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-13 Christian BiesingerRevert "Turn off threaded minsym demangling by default"
2019-12-12 Tom TromeyRemove MULTI_OBJFILE_P
2019-11-27 Christian BiesingerTurn off threaded minsym demangling by default
2019-11-26 Tom TromeyAdd maint set/show worker-threads
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-15 Christian BiesingerUse ctime_r and localtime_r for threadsafety
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-13 Andrew Burgessgdb: Force use of float version of log10
2019-09-13 Andrew Burgessgdb: Have 'maint info sections' print all sections...
2019-08-15 Tom de Vries[gdb] Make maint info sections print relocated addresses
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-03 Pedro AlvesIntroduce the "with" command
2019-06-06 Tom TromeyAdd timestamps to "maint time" output
2019-05-08 Tom TromeyMove "watchdog" to remote.c
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove ALL_OBJSECTIONS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNITS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-10 Sergio Durigan JuniorAdd parameter to allow enabling/disabling selftests...
2018-09-16 Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-07-04 Simon Marchidarwin: Don't use sbrk
2018-02-13 Simon MarchiFix prefix of maint set/show per-command
2018-01-08 Yao QiFix GDB build failure when $development is false
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Tom TromeyConstify commands maint.c, plus maintenance_print_type
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-18 Yao QiPut selftests api into selftests namespace
2017-07-26 Yao QiAdd "maint check xml-descriptions" to test builtin...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-11-05 Simon MarchiFix a few typos
2016-10-28 Pedro AlvesFix gdb.base/maint.exp regressions
2016-10-21 Tom TromeyChange command stats reporting to use class
2016-05-17 Tom TromeyAdd self-test framework to gdb
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-08-24 Pedro AlvesPrepare for gnulib update
2015-02-27 Pedro AlvesAdd extern "C" to declarations of C symbols
2015-01-11 Doug EvansPR gdb/15830
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
next