aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker18-18/+18
2019-12-27Reorder an "if" in print_disassemblyTom Tromey1-7/+3
2019-12-01Add TUI border colorsTom Tromey2-23/+75
2019-11-30Allow . character as part of command names.Philippe Waroquiers2-11/+15
2019-11-30Implement user defined prefix.Philippe Waroquiers1-16/+112
2019-11-26Let commands free "name"Tom Tromey1-0/+7
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries1-0/+3
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey1-3/+0
2019-11-08Constify command_line_inputTom Tromey1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey2-2/+1
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers3-2/+234
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries3-4/+4
2019-10-12Move declaration of max_user_call_depth to headerChristian Biesinger3-3/+5
2019-10-03[gdb] Fix set/show style metadata help textTom de Vries1-1/+1
2019-10-01Use styled_string for "show logging filename"Tom Tromey1-2/+3
2019-10-01Introduce metadata styleTom Tromey2-0/+16
2019-10-01Style "pwd" outputTom Tromey1-3/+8
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-09-18Change boolean options to bool instead of intChristian Biesinger9-23/+23
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