summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Fix 'help set/show style' strange layouts/results.Philippe Waroquiers2018-12-301-5/+5
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-1/+8
* Style addressesTom Tromey2018-12-282-0/+14
* Style variable namesTom Tromey2018-12-282-0/+14
* Reset terminal stylesTom Tromey2018-12-281-0/+2
* Add output styles to gdbTom Tromey2018-12-282-0/+346
* Add a "context" argument to add_setshow_enum_cmdTom Tromey2018-12-281-3/+7
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-221-3/+1
* Unify shell-finding logicTom Tromey2018-10-271-4/+2
* New cli-utils.h/.c function extract_info_print_argsPhilippe Waroquiers2018-10-272-0/+159
* Fix cli_interp::cli_uiout resource leak found by CoverityGary Benson2018-10-191-0/+6
* Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"Sergio Durigan Junior2018-10-181-0/+3
* Simple -Wshadow=local fixesTom Tromey2018-10-042-8/+10
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-281-6/+38
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-30/+26
* Remove unnecessary casts from cli-cmds.cTom Tromey2018-09-051-3/+3
* Disassemble blocks with non-contiguous rangesKevin Buettner2018-08-231-11/+32
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Fix use-after-free in number_or_range_parserTom Tromey2018-08-171-1/+1
* Remove old lint codeTom Tromey2018-07-301-1/+0
* Simple unused variable removalsTom Tromey2018-07-221-1/+1
* Add helper functions parse_flags and parse_flags_qcsPhilippe Waroquiers2018-07-122-10/+131
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+1
* Fix/improve on-line help of 'define' command.Philippe Waroquiers2018-06-141-1/+3
* Remove some text from --version outputTom Tromey2018-06-051-1/+1
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Change the as_*_interp functions to use dynamic_castTom Tromey2018-05-251-3/+1
* Use scoped_restore in a couple of interp-related placesTom Tromey2018-05-251-6/+2
* Let gdb.execute handle multi-line commandsTom Tromey2018-05-042-28/+80
* Use function_view in cli-script.cTom Tromey2018-05-042-31/+31
* Allow defining a user command inside a user commandTom Tromey2018-05-042-10/+47
* Constify prompt argument to read_command_linesTom Tromey2018-05-042-12/+10
* Make print_command_trace varargsTom Tromey2018-05-042-13/+12
* Use counted_command_line everywhereTom Tromey2018-05-043-172/+87
* Allocate cmd_list_element with newTom Tromey2018-05-042-55/+54
* Add gdb::string_viewSimon Marchi2018-04-091-14/+3
* Convert observers to C++Tom Tromey2018-03-192-16/+16
* 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-0214-14/+14
* Factor out final completion match string buildingPedro Alves2017-12-131-38/+3
* Remove some unused variablesSimon Marchi2017-12-052-4/+2
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-2/+2
* Constify execute_commandTom Tromey2017-11-076-18/+14
* Constify add_setshow_*Tom Tromey2017-11-073-19/+20
* Remove cmd_cfunc_ftypeTom Tromey2017-11-072-36/+2
* Constify add_infoTom Tromey2017-11-072-9/+1
* Constify add_comTom Tromey2017-11-075-57/+33
* Add set_repeat_arguments functionTom Tromey2017-11-071-1/+1
* Make set_cmd_cfunc privateTom Tromey2017-11-071-2/+2