aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
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-10/+14
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-11/+20
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-2/+6
2019-06-13Introduce generic command options frameworkPedro Alves1-1/+4
2019-06-13Remove "show" command completers, "set" command completers for string commandsPedro Alves1-1/+13
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers1-14/+42
2019-05-31Implement | (pipe) command.Philippe Waroquiers1-2/+2
2019-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey1-4/+4
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-3/+7
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-6/+38
2018-07-30Remove old lint codeTom Tromey1-1/+0
2018-05-04Allocate cmd_list_element with newTom Tromey1-32/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13Factor out final completion match string buildingPedro Alves1-38/+3
2017-12-05Remove some unused variablesSimon Marchi1-2/+2
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-2/+2
2017-11-07Constify execute_commandTom Tromey1-3/+3
2017-11-07Constify add_setshow_*Tom Tromey1-16/+15
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-34/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+2
2017-11-07Make set_cmd_cfunc privateTom Tromey1-2/+2
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-11/+62
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-16/+19
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-2/+2
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-4/+7
2017-05-17Add alias command to cmd_list_elementYao Qi1-10/+19
2017-04-12Use scoped_restore in more placesTom Tromey1-7/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-02-08Command abbreviation in defineJerome Guitton1-1/+3
2017-02-08Command names: make them case sensitiveJerome Guitton1-27/+0
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi1-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-2/+30
2016-04-28Don't show deprecated commands in helpSimon Marchi1-1/+4
2016-04-04Obvious function doc and formattingSimon Marchi1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-11gdb: Use class_info when creating info commands.Andrew Burgess1-1/+1
2015-09-04gdb/cli: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1