aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2018-12-30Fix 'help set/show style' strange layouts/results.Philippe Waroquiers1-5/+5
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-1/+8
2018-12-28Style addressesTom Tromey2-0/+14
2018-12-28Style variable namesTom Tromey2-0/+14
2018-12-28Reset terminal stylesTom Tromey1-0/+2
2018-12-28Add output styles to gdbTom Tromey2-0/+346
2018-12-28Add a "context" argument to add_setshow_enum_cmdTom Tromey1-3/+7
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-3/+1
2018-10-27Unify shell-finding logicTom Tromey1-4/+2
2018-10-27New cli-utils.h/.c function extract_info_print_argsPhilippe Waroquiers2-0/+159
2018-10-19Fix cli_interp::cli_uiout resource leak found by CoverityGary Benson1-0/+6
2018-10-18Fix PR cli/23785: Check if file exists when invoking "restore FILE binary"Sergio Durigan Junior1-0/+3
2018-10-04Simple -Wshadow=local fixesTom Tromey2-8/+10
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-6/+38
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-30/+26
2018-09-05Remove unnecessary casts from cli-cmds.cTom Tromey1-3/+3
2018-08-23Disassemble blocks with non-contiguous rangesKevin Buettner1-11/+32
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-08-17Fix use-after-free in number_or_range_parserTom Tromey1-1/+1
2018-07-30Remove old lint codeTom Tromey1-1/+0
2018-07-22Simple unused variable removalsTom Tromey1-1/+1
2018-07-12Add helper functions parse_flags and parse_flags_qcsPhilippe Waroquiers2-10/+131
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-06-14Fix/improve on-line help of 'define' command.Philippe Waroquiers1-1/+3
2018-06-05Remove some text from --version outputTom Tromey1-1/+1
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey1-6/+2
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey2-28/+80
2018-05-04Use function_view in cli-script.cTom Tromey2-31/+31
2018-05-04Allow defining a user command inside a user commandTom Tromey2-10/+47
2018-05-04Constify prompt argument to read_command_linesTom Tromey2-12/+10
2018-05-04Make print_command_trace varargsTom Tromey2-13/+12
2018-05-04Use counted_command_line everywhereTom Tromey3-172/+87
2018-05-04Allocate cmd_list_element with newTom Tromey2-55/+54
2018-04-09Add gdb::string_viewSimon Marchi1-14/+3
2018-03-19Convert observers to C++Tom Tromey2-16/+16
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 Brobecker14-14/+14
2017-12-13Factor out final completion match string buildingPedro Alves1-38/+3
2017-12-05Remove some unused variablesSimon Marchi2-4/+2
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-2/+2
2017-11-07Constify execute_commandTom Tromey6-18/+14
2017-11-07Constify add_setshow_*Tom Tromey3-19/+20
2017-11-07Remove cmd_cfunc_ftypeTom Tromey2-36/+2
2017-11-07Constify add_infoTom Tromey2-9/+1
2017-11-07Constify add_comTom Tromey5-57/+33
2017-11-07Add set_repeat_arguments functionTom Tromey1-1/+1
2017-11-07Make set_cmd_cfunc privateTom Tromey1-2/+2