aboutsummaryrefslogtreecommitdiff
path: root/gdb/maint.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-3/+3
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-8/+8
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-3/+2
2019-01-09Remove ALL_COMPUNITSTom Tromey1-6/+8
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-1/+0
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior1-2/+2
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-07-04darwin: Don't use sbrkSimon Marchi1-2/+2
2018-02-13Fix prefix of maint set/show per-commandSimon Marchi1-2/+2
2018-01-08Fix GDB build failure when $development is falseYao Qi1-0/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-15/+12
2017-10-11Constify add_prefix_cmdTom Tromey1-14/+8
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey1-24/+15
2017-09-16Add selftests run filteringSimon Marchi1-3/+15
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-1/+1
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+18
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-17/+14
2016-11-04Fix a few typosSimon Marchi1-1/+1
2016-10-28Fix gdb.base/maint.exp regressionsPedro Alves1-0/+6
2016-10-21Change command stats reporting to use classTom Tromey1-80/+38
2016-05-17Add self-test framework to gdbTom Tromey1-0/+18
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-5/+5
2015-01-11PR gdb/15830Doug Evans1-35/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-20/+20
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0