aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess2-92/+12
2019-08-21Fix nullptr in with_command_1Pedro Alves1-0/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers7-40/+64
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess2-0/+30
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess2-113/+59
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess1-3/+2
2019-07-11Remove init_cli_cmdsTom Tromey2-11/+2
2019-07-10Don't include gdbarch.h from defs.hTom Tromey5-0/+6
2019-07-09Rename common to gdbsupportTom Tromey6-11/+11
2019-07-03pipe command completerPedro Alves1-9/+83
2019-07-03Teach gdb::option about string optionsPedro Alves2-0/+107
2019-07-03Make gdb::option::complete_options save processed arguments tooPedro Alves2-30/+47
2019-07-03Introduce the "with" commandPedro Alves4-41/+187
2019-06-25Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers1-4/+5
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-14Do not emit style escape sequences to log fileTom Tromey1-1/+1
2019-06-13Fix "set integer-command unlimited junk"Pedro Alves1-4/+19
2019-06-13Delete parse_flags/parse_flags_qcsPedro Alves2-86/+0
2019-06-13Make "frame apply" support -OPT optionsPedro Alves2-6/+22
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-2/+6
2019-06-13Introduce generic command options frameworkPedro Alves8-118/+1326
2019-06-13number_or_range_parser::get_number, don't treat "1 -" as a rangePedro Alves1-4/+12
2019-06-13boolean/auto-boolean commands, make "o" ambiguousPedro Alves1-5/+10
2019-06-13Remove "show" command completers, "set" command completers for string commandsPedro Alves1-1/+13
2019-06-13Fix "set enum-command value junk"Pedro Alves1-0/+4
2019-06-13Allow "unlimited" abbreviationsPedro Alves1-4/+8
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