summaryrefslogtreecommitdiff
path: root/gdb/command.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-11/+36
* Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers2020-05-151-1/+1
* Remove class_pseudoTom Tromey2020-04-261-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-0/+14
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-0/+8
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Introduce the "with" commandPedro Alves2019-07-031-8/+11
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-9/+10
* Add previous_saved_command_line to allow a command to repeat a previous command.Philippe Waroquiers2019-05-311-1/+35
* Change valid_user_defined_cmd_name_p to return boolTom Tromey2019-05-041-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add a "context" argument to add_setshow_enum_cmdTom Tromey2018-12-281-1/+2
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-281-0/+14
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify execute_commandTom Tromey2017-11-071-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-15/+15
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-8/+0
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* Add set_repeat_arguments functionTom Tromey2017-11-071-0/+5
* Make set_cmd_cfunc privateTom Tromey2017-11-071-10/+0
* Constify add_com_suppress_notificationTom Tromey2017-11-071-1/+1
* Constify add_abbrev_prefix_cmdTom Tromey2017-11-071-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Constify not_just_help_class_commandTom Tromey2017-09-271-1/+1
* Add add_cmd function overloadsTom Tromey2017-09-271-0/+21
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-7/+13
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-171-4/+14
* gdb/command.h: Include common/scoped_restore.hPedro Alves2017-06-281-0/+1
* Add alias command to cmd_list_elementYao Qi2017-05-171-0/+6
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+2
* Remove cleanups from execute_gdb_commandTom Tromey2017-01-101-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+16
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-12/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-031-0/+8
* constify command docsTom Tromey2014-07-241-6/+7
* constify command prefixTom Tromey2014-07-241-4/+4
* constify deprecate_cmdTom Tromey2014-07-241-1/+1
* use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey2014-07-011-8/+9
* constify error_no_argTom Tromey2014-06-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-27/+27
* gdb/Yao Qi2013-03-051-3/+4
* * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey2013-01-141-10/+11