summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Improve process exit status macros on MinGWEli Zaretskii2020-01-061-0/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Reorder an "if" in print_disassemblyTom Tromey2019-12-271-7/+3
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Remove some includes of readline.hTom Tromey2019-11-061-1/+0
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-311-0/+232
* Move declaration of max_user_call_depth to headerChristian Biesinger2019-10-121-2/+1
* Style "pwd" outputTom Tromey2019-10-011-3/+8
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Fix nullptr in with_command_1Pedro Alves2019-08-211-0/+3
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+5
* Remove init_cli_cmdsTom Tromey2019-07-111-9/+2
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* pipe command completerPedro Alves2019-07-031-9/+83
* Introduce the "with" commandPedro Alves2019-07-031-6/+128
* Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers2019-06-251-4/+5
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-131-3/+0
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Improve usability and/or readibility of help and apropos output.Philippe Waroquiers2019-06-031-7/+15
* Implement | (pipe) command.Philippe Waroquiers2019-05-311-0/+104
* [gdb/cli] Fix use of uninitialized variable in complete_commandTom de Vries2019-05-211-2/+2
* MI: extract command completion logic from complete_command()Jan Vrany2019-05-171-28/+1
* Change valid_command_p to return boolTom Tromey2019-05-041-3/+3
* OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers2019-04-191-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Remove excess calls to gdb_flushTom Tromey2019-03-051-11/+3
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* gdb: Avoid signed integer overflow when printing source linesAndrew Burgess2019-01-091-19/+16
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Reset terminal stylesTom Tromey2018-12-281-0/+2
* Unify shell-finding logicTom Tromey2018-10-271-4/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-5/+6
* Remove unnecessary casts from cli-cmds.cTom Tromey2018-09-051-3/+3
* Disassemble blocks with non-contiguous rangesKevin Buettner2018-08-231-11/+32
* Remove some text from --version outputTom Tromey2018-06-051-1/+1
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-3/+2
* Use enum flags for flags passed to openpSimon Marchi2018-02-131-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_infoTom Tromey2017-11-071-8/+0
* Constify add_comTom Tromey2017-11-071-34/+14
* Add set_repeat_arguments functionTom Tromey2017-11-071-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-11/+12
* Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves2017-10-041-0/+1
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-3/+5
* Constify cd_commandTom Tromey2017-09-271-1/+1
* Constify some linespec functionsTom Tromey2017-09-271-2/+2
* Constify some commands in cli-cmds.cTom Tromey2017-09-271-9/+5
* Add add_cmd function overloadsTom Tromey2017-09-271-11/+11