summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+14
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-11/+20
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-2/+6
* Introduce generic command options frameworkPedro Alves2019-06-131-1/+4
* Remove "show" command completers, "set" command completers for string commandsPedro Alves2019-06-131-1/+13
* Improve usability and/or readibility of help and apropos output.Philippe Waroquiers2019-06-031-14/+42
* Implement | (pipe) command.Philippe Waroquiers2019-05-311-2/+2
* Change valid_user_defined_cmd_name_p to return boolTom Tromey2019-05-041-4/+4
* 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-3/+7
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-281-6/+38
* Remove old lint codeTom Tromey2018-07-301-1/+0
* Allocate cmd_list_element with newTom Tromey2018-05-041-32/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Factor out final completion match string buildingPedro Alves2017-12-131-38/+3
* Remove some unused variablesSimon Marchi2017-12-051-2/+2
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-2/+2
* Constify execute_commandTom Tromey2017-11-071-3/+3
* Constify add_setshow_*Tom Tromey2017-11-071-16/+15
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-34/+2
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+2
* Make set_cmd_cfunc privateTom Tromey2017-11-071-2/+2
* 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-11/+62
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-16/+19
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-171-2/+2
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-1/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-4/+7
* Add alias command to cmd_list_elementYao Qi2017-05-171-10/+19
* Use scoped_restore in more placesTom Tromey2017-04-121-7/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+2
* Command abbreviation in defineJerome Guitton2017-02-081-1/+3
* Command names: make them case sensitiveJerome Guitton2017-02-081-27/+0
* Fix typo in lookup_cmd_1 commentSimon Marchi2017-01-111-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-2/+30
* Don't show deprecated commands in helpSimon Marchi2016-04-281-1/+4
* Obvious function doc and formattingSimon Marchi2016-04-041-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use class_info when creating info commands.Andrew Burgess2015-11-111-1/+1
* gdb/cli: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1