aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-28Update "disassemble" helpTom Tromey1-5/+5
2020-06-28Remove "cmd_type" functionTom Tromey1-1/+1
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-50/+197
2020-05-27Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani1-1/+1
2020-05-26Ensure class_tui is listed in the output of "help" giving the list of classes.Philippe Waroquiers1-0/+6
2020-05-15Fix/improve 'help CLASS' outputPhilippe Waroquiers1-1/+1
2020-05-15Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers1-2/+23
2020-05-15Fix the only incorrect case found by command_structure_invariants selftest.Philippe Waroquiers1-4/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-05-11Restore info_command and breakpointTom Tromey1-2/+13
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-51/+18
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-0/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Reorder an "if" in print_disassemblyTom Tromey1-7/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey1-1/+0
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers1-0/+232
2019-10-12Move declaration of max_user_call_depth to headerChristian Biesinger1-2/+1
2019-10-01Style "pwd" outputTom Tromey1-3/+8
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-21Fix nullptr in with_command_1Pedro Alves1-0/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+5
2019-07-11Remove init_cli_cmdsTom Tromey1-9/+2
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-07-03pipe command completerPedro Alves1-9/+83
2019-07-03Introduce the "with" commandPedro Alves1-6/+128
2019-06-25Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers1-4/+5
2019-06-13Make check_for_argument skip whitespace after arg itselfPedro Alves1-3/+0
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers1-7/+15
2019-05-31Implement | (pipe) command.Philippe Waroquiers1-0/+104
2019-05-21[gdb/cli] Fix use of uninitialized variable in complete_commandTom de Vries1-2/+2
2019-05-17MI: extract command completion logic from complete_command()Jan Vrany1-28/+1
2019-05-04Change valid_command_p to return boolTom Tromey1-3/+3
2019-04-19OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-05Remove excess calls to gdb_flushTom Tromey1-11/+3
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-09gdb: Avoid signed integer overflow when printing source linesAndrew Burgess1-19/+16
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Reset terminal stylesTom Tromey1-0/+2
2018-10-27Unify shell-finding logicTom Tromey1-4/+2
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+6
2018-09-05Remove unnecessary casts from cli-cmds.cTom Tromey1-3/+3
2018-08-23Disassemble blocks with non-contiguous rangesKevin Buettner1-11/+32
2018-06-05Remove some text from --version outputTom Tromey1-1/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-3/+2