Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | Add TUI border colors | Tom Tromey | 2 | -23/+75 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 2 | -11/+15 |
2019-11-30 | Implement user defined prefix. | Philippe Waroquiers | 1 | -16/+112 |
2019-11-26 | Let commands free "name" | Tom Tromey | 1 | -0/+7 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-21 | [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode | Tom de Vries | 1 | -0/+3 |
2019-11-10 | Remove unused constructor declaration from cli_style_option | Tom Tromey | 1 | -3/+0 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -3/+3 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 2 | -2/+1 |
2019-10-31 | Implement convenience functions to examine GDB settings. | Philippe Waroquiers | 3 | -2/+234 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 3 | -4/+4 |
2019-10-12 | Move declaration of max_user_call_depth to header | Christian Biesinger | 3 | -3/+5 |
2019-10-03 | [gdb] Fix set/show style metadata help text | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Use styled_string for "show logging filename" | Tom Tromey | 1 | -2/+3 |
2019-10-01 | Introduce metadata style | Tom Tromey | 2 | -0/+16 |
2019-10-01 | Style "pwd" output | Tom Tromey | 1 | -3/+8 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -11/+9 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 9 | -23/+23 |
2019-08-27 | gdb: Add new -n flag to some info commands | Andrew Burgess | 2 | -92/+12 |
2019-08-21 | Fix nullptr in with_command_1 | Pedro Alves | 1 | -0/+3 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 7 | -40/+64 |
2019-07-11 | gdb: Add command completers for some info commands | Andrew Burgess | 2 | -0/+30 |
2019-07-11 | gdb: Make use of gdb::option framework for some info commands | Andrew Burgess | 2 | -113/+59 |
2019-07-11 | gdb: Allow quoting around string options in the gdb::option framework | Andrew Burgess | 1 | -3/+2 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 2 | -11/+2 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 5 | -0/+6 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 6 | -11/+11 |
2019-07-03 | pipe command completer | Pedro Alves | 1 | -9/+83 |
2019-07-03 | Teach gdb::option about string options | Pedro Alves | 2 | -0/+107 |
2019-07-03 | Make gdb::option::complete_options save processed arguments too | Pedro Alves | 2 | -30/+47 |
2019-07-03 | Introduce the "with" command | Pedro Alves | 4 | -41/+187 |
2019-06-25 | Fix alias command not detecting non matching prefix & sometimes asserting. | Philippe Waroquiers | 1 | -4/+5 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-06-14 | Do not emit style escape sequences to log file | Tom Tromey | 1 | -1/+1 |
2019-06-13 | Fix "set integer-command unlimited junk" | Pedro Alves | 1 | -4/+19 |
2019-06-13 | Delete parse_flags/parse_flags_qcs | Pedro Alves | 2 | -86/+0 |
2019-06-13 | Make "frame apply" support -OPT options | Pedro Alves | 2 | -6/+22 |
2019-06-13 | "set print raw frame-arguments" -> "set print raw-frame-arguments" | Pedro Alves | 1 | -2/+6 |
2019-06-13 | Introduce generic command options framework | Pedro Alves | 8 | -118/+1326 |
2019-06-13 | number_or_range_parser::get_number, don't treat "1 -" as a range | Pedro Alves | 1 | -4/+12 |
2019-06-13 | boolean/auto-boolean commands, make "o" ambiguous | Pedro Alves | 1 | -5/+10 |
2019-06-13 | Remove "show" command completers, "set" command completers for string commands | Pedro Alves | 1 | -1/+13 |
2019-06-13 | Fix "set enum-command value junk" | Pedro Alves | 1 | -0/+4 |
2019-06-13 | Allow "unlimited" abbreviations | Pedro Alves | 1 | -4/+8 |
2019-06-13 | Make check_for_argument skip whitespace after arg itself | Pedro Alves | 3 | -6/+4 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-06-03 | Improve usability and/or readibility of help and apropos output. | Philippe Waroquiers | 3 | -22/+58 |
2019-06-03 | Add highlight style, title style, fputs_highlighted. Improve 'show style' | Philippe Waroquiers | 2 | -34/+104 |
2019-05-31 | Implement | (pipe) command. | Philippe Waroquiers | 2 | -2/+106 |