aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-6/+2
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi1-2/+6
2021-06-25gdb: add assert in cmd_list_element::set_contextSimon Marchi1-1/+4
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-3/+10
2021-05-17gdb: add cmd_list_element::is_command_class_helpSimon Marchi1-0/+6
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-0/+4
2021-05-17gdb: add cmd_list_element::is_aliasSimon Marchi1-0/+4
2021-05-17gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi1-1/+1
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-1/+1
2021-05-17gdb: move cmd_list_element::prefixname to cli/cli-decode.cSimon Marchi1-14/+2
2021-05-13gdb: remove cmd_list_element::pre_show_hookSimon Marchi1-4/+0
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-7/+19
2021-05-11gdb: fix indentation of cmd_list_elementSimon Marchi1-193/+193
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-06-28Remove "cmd_type" functionTom Tromey1-11/+6
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-0/+4
2020-05-15Fix/improve 'help CLASS' outputPhilippe Waroquiers1-3/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Let commands free "name"Tom Tromey1-0/+7
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+8
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-06-13Introduce generic command options frameworkPedro Alves1-0/+4
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+2
2018-05-04Allocate cmd_list_element with newTom Tromey1-23/+51
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-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-2/+0
2017-09-27Constify not_just_help_class_commandTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-0/+2
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-15/+2
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-3/+2
2017-02-08Command abbreviation in defineJerome Guitton1-0/+2
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/+6
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-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-0/+5
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-0/+9
2014-07-24constify command docsTom Tromey1-2/+2
2014-07-24constify command prefixTom Tromey1-3/+3
2014-07-24constify deprecate_cmdTom Tromey1-1/+1
2014-07-24constify help_cmdTom Tromey1-1/+1
2014-01-20better packing for command structTom Tromey1-48/+48
2014-01-20convert flags to bitfieldsTom Tromey1-36/+29