summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-23/+26
* 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
* Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior2017-09-221-5/+12
* Make "list ambiguous" show symbol names tooPedro Alves2017-09-201-8/+21
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-3/+4
* Kill init_salPedro Alves2017-09-041-4/+2
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-100/+66
* Clarify "list" output when specified lines are ambiguousPedro Alves2017-09-041-7/+30
* Use unique_xmalloc_ptr in cd_commandTom Tromey2017-09-031-11/+9
* List actual code around more than one locationZhouyi Zhou2017-08-221-16/+31
* Plug source_command leakPedro Alves2017-08-171-1/+0
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-13/+3
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-18/+13
* More uses of scoped_restoreTom Tromey2017-08-031-15/+1
* Change return type of find_and_open_scriptTom Tromey2017-08-031-22/+18
* Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2017-07-261-0/+4
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-4/+13
* "complete" command and completion word break charactersPedro Alves2017-07-171-19/+15
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-26/+28
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-18/+3
* Introduce event_location_upTom Tromey2017-04-121-30/+13
* -Wwrite-strings: The RestPedro Alves2017-04-051-8/+6
* -Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves2017-04-051-11/+15
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-1/+1