aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Make check_for_argument skip whitespace after arg itselfPedro Alves3-6/+4
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-06-03Improve usability and/or readibility of help and apropos output.Philippe Waroquiers3-22/+58
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers2-34/+104
2019-05-31Implement | (pipe) command.Philippe Waroquiers2-2/+106
2019-05-21[gdb/cli] Fix use of uninitialized variable in complete_commandTom de Vries1-2/+2
2019-05-17Add debug redirect optionAlan Hayward3-14/+47
2019-05-17Change file close behavior for tee_fileAlan Hayward3-47/+22
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