aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-0/+8
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-03Introduce the "with" commandPedro Alves1-8/+11
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-9/+10
2019-05-31Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers1-1/+35
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add a "context" argument to add_setshow_enum_cmdTom Tromey1-1/+2
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-0/+14
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify execute_commandTom Tromey1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-15/+15
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-8/+0
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-07Add set_repeat_arguments functionTom Tromey1-0/+5
2017-11-07Make set_cmd_cfunc privateTom Tromey1-10/+0
2017-11-07Constify add_com_suppress_notificationTom Tromey1-1/+1
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify not_just_help_class_commandTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-0/+21
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-7/+13
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-4/+14
2017-06-28gdb/command.h: Include common/scoped_restore.hPedro Alves1-0/+1
2017-05-17Add alias command to cmd_list_elementYao Qi1-0/+6
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+16
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-12/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-0/+8
2014-07-24constify command docsTom Tromey1-6/+7
2014-07-24constify command prefixTom Tromey1-4/+4
2014-07-24constify deprecate_cmdTom Tromey1-1/+1
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-8/+9
2014-06-26constify error_no_argTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-27/+27
2013-03-05gdb/Yao Qi1-3/+4
2013-01-14 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey1-10/+11
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-20gdb: include help aliases in help command completionMike Frysinger1-1/+1
2012-09-17gdb/Yao Qi1-1/+17
2012-07-19gdb/Yao Qi1-1/+1