Age | Commit message (Expand) | Author | Files | Lines |
2024-06-27 | gdb: add overloads of gdb_abspath | Andrew Burgess | 1 | -1/+1 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-05-17 | Remove gdb_stdtargerr | Tom Tromey | 1 | -2/+0 |
2024-05-17 | Don't allow new-ui to start the TUI | Tom Tromey | 1 | -1/+1 |
2024-04-23 | gdb: move annotation_level declaration/definition to annotate.{h,c} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | [gdb] Don't init history in batch mode | Tom de Vries | 1 | -4/+8 |
2024-01-25 | gdb: remove get_gdb_program_name | Simon Marchi | 1 | -7/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-08 | Add thread-safety to gdb's BFD wrappers | Tom Tromey | 1 | -2/+1 |
2023-12-04 | gdb: Enable early init of thread pool size | Richard Bunt | 1 | -0/+4 |
2023-12-04 | gdb: install CLI uiout while processing early init files | Andrew Burgess | 1 | -0/+15 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-10-05 | gdb/configure.ac: Add option --with-additional-debug-dirs | Thiago Jung Bauermann | 1 | -0/+5 |
2023-10-05 | gdb: remove print_sys_errmsg | Andrew Burgess | 1 | -6/+1 |
2023-09-29 | Support the NO_COLOR environment variable | Tom Tromey | 1 | -0/+4 |
2023-09-07 | gdb: remove interp_pre_command_loop | Simon Marchi | 1 | -1/+1 |
2023-06-16 | gdb: update IRC reference from Freenode to Libera.Chat | Andrew Burgess | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_command_error method | Simon Marchi | 1 | -1/+1 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -0/+1 |
2023-05-01 | Turn set_inferior_args_vector into method of inferior | Tom Tromey | 1 | -1/+2 |
2023-02-27 | Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit | Kevin Buettner | 1 | -0/+12 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Remove MI version 1 | Tom Tromey | 1 | -21/+1 |
2022-08-31 | Remove a ui-related memory leak | Tom Tromey | 1 | -0/+1 |
2022-08-31 | Remove the "for moment" comments | Tom Tromey | 1 | -2/+2 |
2022-06-22 | Use std::string for interpreter_p | Tom Tromey | 1 | -15/+9 |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -6/+1 |
2022-03-31 | Style URLs in GDB output | Tom Tromey | 1 | -2/+2 |
2022-03-31 | Remove dbx mode | Tom Tromey | 1 | -8/+0 |
2022-03-29 | Remove unnecessary calls to wrap_here and gdb_flush | Tom Tromey | 1 | -4/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -20/+20 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -10/+10 |
2022-03-07 | Deprecate dbx mode | Tom Tromey | 1 | -0/+3 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -4/+4 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -11/+6 |
2021-05-22 | Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND. | Philippe Waroquiers | 1 | -3/+3 |
2021-04-28 | gdb: extension languages finish_initialization to initialize | Andrew Burgess | 1 | -2/+2 |
2021-04-28 | gdb: initialise extension languages after processing early startup files | Andrew Burgess | 1 | -0/+3 |
2021-04-28 | gdb: remove unused argument from gdb_init | Andrew Burgess | 1 | -1/+1 |
2021-04-15 | gdb: add "set startup-quietly" command | Tom Tromey | 1 | -0/+5 |
2021-04-15 | gdb: process early initialization files and command line options | Andrew Burgess | 1 | -1/+60 |
2021-04-15 | gdb: refactor the initialization file lookup code | Andrew Burgess | 1 | -63/+124 |
2021-02-18 | gdb: add missing full stops in --help | Marco Barisione | 1 | -2/+2 |
2021-01-21 | gdb: convert auto-load to new-style debug macros | Simon Marchi | 1 | -7/+9 |
2021-01-12 | gdb: move baud_rate and serial_parity declarations to serial.h | Simon Marchi | 1 | -0/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |