Age | Commit message (Expand) | Author | Files | Lines |
8 days | gdb/python: new styling argument to gdb.execute | Andrew Burgess | 4 | -5/+45 |
10 days | gdb: make cli_styling static within cli/cli-style.c | Andrew Burgess | 2 | -5/+26 |
2025-03-06 | [gdb/cli] Fix typos | Tom de Vries | 2 | -2/+2 |
2025-02-24 | gdb/styling: only check TERM environment once, during initialisation | Andrew Burgess | 2 | -0/+57 |
2025-02-24 | gdb/doc: fix help text for 'set style disassembler enabled' | Andrew Burgess | 1 | -3/+11 |
2025-02-16 | gdb: fix color_option_def compile error (clang) | Andrew Oates | 1 | -1/+1 |
2025-02-07 | [gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8 | Tom de Vries | 1 | -3/+9 |
2025-01-29 | Use command style in cmd_show_list | Tom Tromey | 1 | -5/+9 |
2025-01-29 | Use command style in "help" command | Tom Tromey | 3 | -41/+53 |
2025-01-15 | Fix help formatting for string and filename options | Tom Tromey | 1 | -2/+2 |
2025-01-14 | Use filename style in "show" commands | Tom Tromey | 1 | -2/+7 |
2025-01-12 | Add an option with a color type. | Andrei Pikas | 8 | -42/+296 |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 8 | -24/+24 |
2024-12-12 | Replace uses of "title" style with "command" | Tom Tromey | 2 | -9/+9 |
2024-12-12 | Introduce "command" styling | Tom Tromey | 3 | -8/+29 |
2024-11-22 | [gdbsupport] Add gdb::{waitpid,read,write,close} | Tom de Vries | 1 | -1/+1 |
2024-11-22 | gdb/disasm: fix demangling when disassembling the current function | Andrew Burgess | 1 | -9/+11 |
2024-11-11 | Wrap help options when building help string | Tom Tromey | 2 | -24/+42 |
2024-11-11 | Wrap help strings at 80 columns | Tom Tromey | 2 | -8/+9 |
2024-11-08 | gdb: fixes and tests for the 'edit' command | Andrew Burgess | 1 | -1/+2 |
2024-11-04 | gdb: add filename option support | Andrew Burgess | 2 | -3/+107 |
2024-10-22 | [gdb] Handle EINTR in run_under_shell | Tom de Vries | 1 | -1/+6 |
2024-10-20 | Use std::make_unique in more places | Tom Tromey | 1 | -1/+1 |
2024-10-08 | [gdb/contrib] Add more separators in spellcheck.sh | Tom de Vries | 1 | -1/+1 |
2024-10-02 | gdb: more file name styling | Andrew Burgess | 1 | -9/+16 |
2024-09-30 | Add line-number styling | Tom Tromey | 3 | -2/+19 |
2024-09-30 | gdb, testsuite: clean duplicate header includes | Gerlicher, Klaus | 1 | -1/+0 |
2024-09-24 | [gdb] Eliminate catch(...) in pipe_command | Tom de Vries | 1 | -11/+6 |
2024-09-07 | gdb: move display of completion results into completion_result class | Andrew Burgess | 1 | -25/+1 |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 3 | -11/+12 |
2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -5/+9 |
2024-07-15 | gdb: pass program space to have_{full,partial}_symbols | Simon Marchi | 1 | -1/+2 |
2024-07-15 | gdb: pass program space to clear_current_source_symtab_and_line | Simon Marchi | 1 | -1/+1 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 2 | -0/+2 |
2024-05-17 | Remove gdb_stdtargerr | Tom Tromey | 2 | -4/+0 |
2024-05-08 | gdb: Change "list ." command's error when no debuginfo is available | Guinevere Larsen | 1 | -11/+30 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 3 | -3/+1 |
2024-04-25 | gdb: move style_set_list/style_show_list declarations to cli/cli-style.h | Simon Marchi | 1 | -0/+4 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-22 | gdb: move `enum compile_i_scope_types` to compile/compile.h | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 10 | -10/+0 |
2024-02-07 | Raise exception if ambiguous name is used in gdb.parameter | Hannes Domani | 2 | -3/+12 |
2024-01-23 | gdb: fix "list ." related crash | Guinevere Larsen | 1 | -0/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 18 | -18/+18 |
2023-12-14 | gdb/options: fix copy&paste error in string_option_def | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 1 | -2/+2 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 6 | -16/+16 |
2023-11-08 | gdb: add a custom command completer for disassemble command | Andrew Burgess | 1 | -1/+15 |
2023-11-08 | gdb: error if /r and /b are used with disassemble command | Andrew Burgess | 1 | -0/+4 |