summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Allow use of Pygments to colorize source codeTom Tromey2020-01-211-2/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-136-5/+11
* Enable styling by default on CygwinJon Turney2020-01-071-1/+1
* Improve process exit status macros on MinGWEli Zaretskii2020-01-061-0/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0118-18/+18
* Reorder an "if" in print_disassemblyTom Tromey2019-12-271-7/+3
* Add TUI border colorsTom Tromey2019-12-012-23/+75
* Allow . character as part of command names.Philippe Waroquiers2019-11-302-11/+15
* Implement user defined prefix.Philippe Waroquiers2019-11-301-16/+112
* Let commands free "name"Tom Tromey2019-11-261-0/+7
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries2019-11-211-0/+3
* Remove unused constructor declaration from cli_style_optionTom Tromey2019-11-101-3/+0
* Constify command_line_inputTom Tromey2019-11-081-3/+3
* Remove some includes of readline.hTom Tromey2019-11-062-2/+1
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-313-2/+234
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-263-4/+4
* Move declaration of max_user_call_depth to headerChristian Biesinger2019-10-123-3/+5
* [gdb] Fix set/show style metadata help textTom de Vries2019-10-031-1/+1
* Use styled_string for "show logging filename"Tom Tromey2019-10-011-2/+3
* Introduce metadata styleTom Tromey2019-10-012-0/+16
* Style "pwd" outputTom Tromey2019-10-011-3/+8
* bfd_section_* macrosAlan Modra2019-09-191-11/+9
* Change boolean options to bool instead of intChristian Biesinger2019-09-189-23/+23
* 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