232 Commits (d322d6d69df61a1af481de7e50359c3d92c0de14)

Author SHA1 Message Date
Tom Tromey d322d6d69d Move gdb_regex to gdbsupport 4 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Simon Marchi e34e391824 gdb: don't show deprecated aliases 5 years ago
Simon Marchi eccd14b3f5 gdb: change some alias functions parameters to const-reference 4 years ago
Simon Marchi c471bdb198 gdb: use intrusive_list for cmd_list_element aliases list 4 years ago
Andrew Burgess 8579fd136a gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr 4 years ago
Simon Marchi fcef6471ed gdb: pass/return setting setter/getter scalar values by value 5 years ago
Simon Marchi 143f5a3837 gdb: remove unnecessary cmd_list_element::aliases nullptr checks 5 years ago
Simon Marchi f54bdb6d27 gdb: add add_setshow_prefix_cmd 5 years ago
Lancelot SIX 702991711a gdb: Have setter and getter callbacks for settings 5 years ago
Simon Marchi e0700ba44c gdb: make string-like set show commands use std::string variable 5 years ago
Lancelot SIX 1d7fe7f01b gdb: Introduce setting construct within cmd_list_element 5 years ago
Simon Marchi 5538b03c98 gdb: remove cmd_list_element::function::sfunc 5 years ago
Simon Marchi 3a553c80da gdb: rename cfunc to simple_func 5 years ago
Simon Marchi 4c0ba02a74 gdb: remove context parameter from add_setshow_enum_cmd 5 years ago
Simon Marchi 0f8e203412 gdb: add context getter/setter to cmd_list_element 5 years ago
Simon Marchi 5e84b7eefb gdb: remove add_alias_cmd overload that accepts a string 5 years ago
Simon Marchi e0f25bd971 gdb: make add_info_alias accept target as a cmd_list_element 5 years ago
Simon Marchi 3947f654ea gdb: make add_com_alias accept target as a cmd_list_element 5 years ago
Simon Marchi af7f8f52dd gdb: make add_setshow commands return set_show_commands 5 years ago
Simon Marchi 034dce7a47 gdb: add cmd_list_element::is_command_class_help 5 years ago
Simon Marchi 3d0b356410 gdb: add cmd_list_element::is_prefix 5 years ago
Simon Marchi 1be99b11f8 gdb: add cmd_list_element::is_alias 5 years ago
Simon Marchi 9985872497 gdb: rename cmd_list_element::cmd_pointer to target 5 years ago
Simon Marchi 14b42fc4a0 gdb: rename cmd_list_element::prefixlist to subcommands 5 years ago
Simon Marchi ecd0a6b35d gdb: don't handle old == nullptr in add_alias_cmd 5 years ago
Simon Marchi 413b49c2b6 gdb: move cmd_list_element::prefixname to cli/cli-decode.c 5 years ago
Marco Barisione 2f822da535 gdb: generate the prefix name for prefix commands on demand 5 years ago
Marco Barisione a9b49cbcd5 gdb: add lookup_cmd_exact to simplify a common pattern 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Tom Tromey 0e5ad4426a Highlight deprecated commands using title style 5 years ago
Andrew Burgess 19c659f164 gdb: improve the warning given for deprecated aliases with a prefix 5 years ago
Andrew Burgess 44c77c3272 gdb: make deprecated_cmd_warning i18n friendly 5 years ago
Andrew Burgess 9ef6d4a1b4 gdb: give deprecated command warning for aliases with a prefix 5 years ago
Andrew Burgess 1536146f30 gdb: don't warn about deprecated aliases during tab completion 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Tom Tromey cd4c4c07f4 Remove "cmd_type" function 6 years ago
Philippe Waroquiers cf00cd6faf default-args: allow to define default arguments for aliases 7 years ago
Philippe Waroquiers 57b4f16e49 Ensure class_alias is only used for user-defined aliases. 6 years ago
Philippe Waroquiers 7c05caf72d Fix/improve 'apropos' output 6 years ago
Philippe Waroquiers 3b3aaacba1 Fix/improve 'help CLASS' output 6 years ago
Philippe Waroquiers 7aa1b46f43 Fix inconsistent output of prefix and bugs in 'show' command 6 years ago
Philippe Waroquiers 3f4d92ebdf Fix the problems reported by prefix check of command-def-selftests.c 6 years ago
Philippe Waroquiers 0605465feb Fix problem that alias can be defined or not depending on the order. 6 years ago
Philippe Waroquiers bc3609fd38 Fix comments and whitespace in lookup_cmd_composition 6 years ago
Tom Tromey 0743fc83c0 Replace most calls to help_list and cmd_show_list 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Philippe Waroquiers be09caf15d Allow . character as part of command names. 7 years ago
Tom de Vries 30baf67b65 [gdb] Fix more typos in comments (2) 7 years ago
Christian Biesinger 491144b5e2 Change boolean options to bool instead of int 7 years ago