299 Commits (5e84b7eefba5b4299b0ca80aecc5d4e99c195c1e)

Author SHA1 Message Date
Simon Marchi 5e84b7eefb gdb: remove add_alias_cmd overload that accepts a string 5 years ago
Simon Marchi 3947f654ea gdb: make add_com_alias accept target as a cmd_list_element 5 years ago
Simon Marchi 3d0b356410 gdb: add cmd_list_element::is_prefix 5 years ago
Simon Marchi 14b42fc4a0 gdb: rename cmd_list_element::prefixlist to subcommands 5 years ago
Marco Barisione 2f822da535 gdb: generate the prefix name for prefix commands on demand 5 years ago
Andrew Burgess 1845e25464 gdb/guile: perform tilde expansion when sourcing guile scripts 5 years ago
Simon Marchi baf2b57f18 gdb: move set remote commands to remote.c 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Andrew Burgess 50a5f1878e gdb: introduce new 'maint flush ' prefix command 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Andreas Schwab e0c45dedd9 Fix help string of alias command 6 years ago
Tom Tromey b270168504 Style more output of "disassemble" command 6 years ago
Andrew Burgess f75a069335 Demangle function names when disassembling 6 years ago
Tom Tromey 16f3242c05 Update "disassemble" help 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
Hannes Domani c17ace4397 Move exit_status_set_internal_vars out of GLOBAL_CURDIR 6 years ago
Philippe Waroquiers e98d2e6da4 Ensure class_tui is listed in the output of "help" giving the list of classes. 6 years ago
Philippe Waroquiers 3b3aaacba1 Fix/improve 'help CLASS' output 6 years ago
Philippe Waroquiers 0605465feb Fix problem that alias can be defined or not depending on the order. 6 years ago
Philippe Waroquiers a7b9ceb8b4 Fix the only incorrect case found by command_structure_invariants selftest. 6 years ago
Simon Marchi 7813437494 gdb: remove TYPE_CODE macro 6 years ago
Tom Tromey 4fd6c7e872 Restore info_command and breakpoint 6 years ago
Tom Tromey 08feed99cb Change get_objfile_arch to a method on objfile 6 years ago
Tom Tromey 0743fc83c0 Replace most calls to help_list and cmd_show_list 6 years ago
Simon Marchi 6c2659886f gdb: add back declarations for _initialize functions 6 years ago
Eli Zaretskii 559e7e5056 Improve process exit status macros on MinGW 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Tom Tromey f9ba974dea Reorder an "if" in print_disassembly 6 years ago
Christian Biesinger 987012b89b Replace SYMBOL_*_NAME accessors with member functions 7 years ago
Tom Tromey e0eac551da Remove some includes of readline.h 7 years ago
Philippe Waroquiers 9ad9b77d64 Implement convenience functions to examine GDB settings. 7 years ago
Christian Biesinger cc8dee1f1c Move declaration of max_user_call_depth to header 7 years ago
Tom Tromey 14309bb6bf Style "pwd" output 7 years ago
Christian Biesinger 491144b5e2 Change boolean options to bool instead of int 7 years ago
Pedro Alves 26c957f127 Fix nullptr in with_command_1 7 years ago
Philippe Waroquiers 590042fc45 Make first and last lines of 'command help documentation' consistent. 7 years ago
Tom Tromey b777eb6de2 Remove init_cli_cmds 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Pedro Alves 5f4ba3e701 pipe command completer 7 years ago
Pedro Alves fdbc98707b Introduce the "with" command 7 years ago
Philippe Waroquiers b65b566cdc Fix alias command not detecting non matching prefix & sometimes asserting. 7 years ago
Pedro Alves cbba3ecd36 Make check_for_argument skip whitespace after arg itself 7 years ago
Tom Tromey 422186a95c Remove newlines from warnings 7 years ago
Philippe Waroquiers 66d8c86285 Improve usability and/or readibility of help and apropos output. 7 years ago
Philippe Waroquiers 947d39462e Implement | (pipe) command. 7 years ago
Tom de Vries fb7806c7a4 [gdb/cli] Fix use of uninitialized variable in complete_command 7 years ago
Jan Vrany 6e035501e1 MI: extract command completion logic from complete_command() 7 years ago
Tom Tromey 6fe876770a Change valid_command_p to return bool 7 years ago
Philippe Waroquiers d563b95314 OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell" 7 years ago