aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
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-05-04Change valid_user_defined_cmd_name_p to return boolTom Tromey1-4/+4
2019-04-25Make exception handling more efficientTom Tromey1-2/+2
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-19OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers1-2/+2
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey3-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey3-12/+8
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+2
2019-03-14Add the "set style source" commandTom Tromey2-0/+32
2019-03-14Make TUI react to "set style enabled"Tom Tromey1-0/+2
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii1-1/+1
2019-03-05Remove excess calls to gdb_flushTom Tromey2-15/+4
2019-02-19Fix error message and use-after-free on errors in nested sourced filesSimon Marchi1-3/+4
2019-02-07C++-ify struct thread_fsmTom Tromey1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey7-21/+22
2019-01-25Normalize includes to use common/Tom Tromey2-3/+3
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-12Implement help/show values for 'set|show style'.Philippe Waroquiers2-54/+61
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 Brobecker16-16/+16
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