Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-21 | [gdb/cli] Fix use of uninitialized variable in complete_command | Tom de Vries | 1 | -2/+2 |
2019-05-17 | Add debug redirect option | Alan Hayward | 3 | -14/+47 |
2019-05-17 | Change file close behavior for tee_file | Alan Hayward | 3 | -47/+22 |
2019-05-17 | MI: extract command completion logic from complete_command() | Jan Vrany | 1 | -28/+1 |
2019-05-04 | Change valid_command_p to return bool | Tom Tromey | 1 | -3/+3 |
2019-05-04 | Change valid_user_defined_cmd_name_p to return bool | Tom Tromey | 1 | -4/+4 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -2/+2 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+1 |
2019-04-19 | OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell" | Philippe Waroquiers | 1 | -2/+2 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 3 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 3 | -12/+8 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+2 |
2019-03-14 | Add the "set style source" command | Tom Tromey | 2 | -0/+32 |
2019-03-14 | Make TUI react to "set style enabled" | Tom Tromey | 1 | -0/+2 |
2019-03-09 | Support styling on native MS-Windows console | Eli Zaretskii | 1 | -1/+1 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 2 | -15/+4 |
2019-02-19 | Fix error message and use-after-free on errors in nested sourced files | Simon Marchi | 1 | -3/+4 |
2019-02-07 | C++-ify struct thread_fsm | Tom Tromey | 1 | -1/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 7 | -21/+22 |