aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
AgeCommit message (Expand)Author
2017-06-28gdb/command.h: Include common/scoped_restore.hPedro Alves
2017-05-17Add alias command to cmd_list_elementYao Qi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior
2014-07-24constify command docsTom Tromey
2014-07-24constify command prefixTom Tromey
2014-07-24constify deprecate_cmdTom Tromey
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey
2014-06-26constify error_no_argTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves
2013-03-05gdb/Yao Qi
2013-01-14 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-20gdb: include help aliases in help command completionMike Frysinger
2012-09-17gdb/Yao Qi
2012-07-19gdb/Yao Qi
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey
2012-06-13 * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey
2012-01-28gdb/Jan Kratochvil
2012-01-052012-01-05 Pedro Alves <alves.ped@gmail.com>Pedro Alves
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-09 Add new "alias" command.Doug Evans
2011-02-142011-02-14 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-31 PR python/12216:Tom Tromey
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-312010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-12-292010-12-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-02gdb/Jan Kratochvil
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-11-202009-10-25 Michael Snyder <msnyder@vmware.com>Michael Snyder
2009-08-13 Revert 2009-08-07 changes for PR gdb/8869:Pedro Alves
2009-08-07 PR gdb/8869:Tom Tromey
2009-05-12gdb/Pedro Alves
2009-02-06gdb/Thiago Jung Bauermann
2009-01-232009-01-23 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-12-10gdbTom Tromey
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2006-10-31Improve "help all".Vladimir Prus
2005-12-17 * breakpoint.c:Eli Zaretskii