Revert "Turn off threaded minsym demangling by default"
[deliverable/binutils-gdb.git] / gdb / maint.c
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...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-24  Tom Tromeyconstify deprecate_cmd
2014-07-24  Tom Tromeyconstify maint.c
2014-07-17  Doug EvansFix 17170.
2014-06-19  Gary BensonAdd new internal problem for demangler warnings
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeychange minsym representation
2014-01-20  Tom Tromeyconvert flags to bitfields
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-04-08  Tom Tromey * maint.c (print_bfd_section_info): Print the section...
2013-04-08  Tom Tromey PR symtab/8424:
2013-04-08  Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-21  Doug Evans New commands "mt set per-command {space,time,symtab...
2013-03-07  Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-20  Yao Qigdb/
2012-12-20  Yao Qigdb/
2012-12-19  Yao Qigdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-08-09  Pedro Alves2011-08-09 Pedro Alves <pedro@codesourcery.com>
2011-03-03  Michael Snyder2011-03-02 Michael Snyder <msnyder@vmware.com>
2011-02-27  Michael Snyder2011-02-26 Michael Snyder <msnyder@vmware.com>
2011-01-09  Michael Snyder2011-01-08 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-07-01  Pedro Alves * breakpoint.c (update_watchpoint, _initialize_breakpo...
2010-06-26  Paul N. HilfingerRefactor 'maint time' command statistics.
2010-05-16  Michael Snyder2010-05-15 Michael Snyder <msnyder@vmware.com>
2010-05-06  Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-07-02  Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02  Ulrich Weigand * arch-utils.c (selected_byte_order): Return target_by...
2009-02-25  Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-11-18  Paul Pluzhnikov2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-11-18  Paul Pluzhnikov2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2008-10-30  Tom Tromey * cli/cli-logging.c (handle_redirections): Make a...
2008-09-05  Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-09-04  Doug Evans * defs.h (plongest,pulongest): Renamed from paddr_u...
2008-08-29  Tom Tromey * maint.c (_initialize_maint_cmds): Fix typo.
2008-08-20  Pedro Alves * objfiles.h (struct obj_section): Remove addr and...
2008-05-23  Markus Deuling * annotate.c (annotate_source, annotate_frame_begin...
next
This page took 1.228184 seconds and 107 git commands to generate.