summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-272-92/+12
* Fix nullptr in with_command_1Pedro Alves2019-08-211-0/+3
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-077-40/+64
* gdb: Add command completers for some info commandsAndrew Burgess2019-07-112-0/+30
* gdb: Make use of gdb::option framework for some info commandsAndrew Burgess2019-07-112-113/+59
* gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess2019-07-111-3/+2
* Remove init_cli_cmdsTom Tromey2019-07-112-11/+2
* Don't include gdbarch.h from defs.hTom Tromey2019-07-105-0/+6
* Rename common to gdbsupportTom Tromey2019-07-096-11/+11
* pipe command completerPedro Alves2019-07-031-9/+83
* Teach gdb::option about string optionsPedro Alves2019-07-032-0/+107
* Make gdb::option::complete_options save processed arguments tooPedro Alves2019-07-032-30/+47
* Introduce the "with" commandPedro Alves2019-07-034-41/+187
* Fix alias command not detecting non matching prefix & sometimes asserting.Philippe Waroquiers2019-06-251-4/+5
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Do not emit style escape sequences to log fileTom Tromey2019-06-141-1/+1
* Fix "set integer-command unlimited junk"Pedro Alves2019-06-131-4/+19
* Delete parse_flags/parse_flags_qcsPedro Alves2019-06-132-86/+0
* Make "frame apply" support -OPT optionsPedro Alves2019-06-132-6/+22
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-2/+6
* Introduce generic command options frameworkPedro Alves2019-06-138-118/+1326
* number_or_range_parser::get_number, don't treat "1 -" as a rangePedro Alves2019-06-131-4/+12
* boolean/auto-boolean commands, make "o" ambiguousPedro Alves2019-06-131-5/+10
* Remove "show" command completers, "set" command completers for string commandsPedro Alves2019-06-131-1/+13
* Fix "set enum-command value junk"Pedro Alves2019-06-131-0/+4
* Allow "unlimited" abbreviationsPedro Alves2019-06-131-4/+8
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-133-6/+4
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Improve usability and/or readibility of help and apropos output.Philippe Waroquiers2019-06-033-22/+58
* Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers2019-06-032-34/+104
* Implement | (pipe) command.Philippe Waroquiers2019-05-312-2/+106
* [gdb/cli] Fix use of uninitialized variable in complete_commandTom de Vries2019-05-211-2/+2
* Add debug redirect optionAlan Hayward2019-05-173-14/+47
* Change file close behavior for tee_fileAlan Hayward2019-05-173-47/+22
* MI: extract command completion logic from complete_command()Jan Vrany2019-05-171-28/+1
* Change valid_command_p to return boolTom Tromey2019-05-041-3/+3
* Change valid_user_defined_cmd_name_p to return boolTom Tromey2019-05-041-4/+4
* Make exception handling more efficientTom Tromey2019-04-251-2/+2
* Remove exception_noneTom Tromey2019-04-251-1/+1
* OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"Philippe Waroquiers2019-04-191-2/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-083-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-083-12/+8
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+2
* Add the "set style source" commandTom Tromey2019-03-142-0/+32
* Make TUI react to "set style enabled"Tom Tromey2019-03-141-0/+2
* Support styling on native MS-Windows consoleEli Zaretskii2019-03-091-1/+1
* Remove excess calls to gdb_flushTom Tromey2019-03-052-15/+4
* Fix error message and use-after-free on errors in nested sourced filesSimon Marchi2019-02-191-3/+4