aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-13Use enum flags for flags passed to openpSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-8/+0
2017-11-07Constify add_comTom Tromey1-34/+14
2017-11-07Add set_repeat_arguments functionTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-11/+12
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves1-0/+1
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-3/+5
2017-09-27Constify cd_commandTom Tromey1-1/+1
2017-09-27Constify some linespec functionsTom Tromey1-2/+2
2017-09-27Constify some commands in cli-cmds.cTom Tromey1-9/+5
2017-09-27Add add_cmd function overloadsTom Tromey1-11/+11
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior1-5/+12
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-8/+21
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-04Introduce gdb_disassembly_flagsPedro Alves1-3/+4
2017-09-04Kill init_salPedro Alves1-4/+2
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-100/+66
2017-09-04Clarify "list" output when specified lines are ambiguousPedro Alves1-7/+30
2017-09-03Use unique_xmalloc_ptr in cd_commandTom Tromey1-11/+9
2017-08-22List actual code around more than one locationZhouyi Zhou1-16/+31
2017-08-17Plug source_command leakPedro Alves1-1/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-13/+3
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-18/+13
2017-08-03More uses of scoped_restoreTom Tromey1-15/+1
2017-08-03Change return type of find_and_open_scriptTom Tromey1-22/+18
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi1-0/+4