Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-12-07 | gdb/main: execute breakpoint commands for '-iex' and '-ex' commands | Tankut Baris Aktemur | 1 | -2/+7 |
2020-11-02 | gdb: new function to wrap up executing command line scripts/commands | Andrew Burgess | 1 | -32/+22 |
2020-11-02 | gdb: use get_standard_config_dir when looking for .gdbinit | Andrew Burgess | 1 | -11/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -17/+17 |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -1/+1 |
2020-06-11 | gdb: add mailing list and IRC information to --help | Jonny Grant | 1 | -3/+6 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Move start_event_loop out of event-loop.c | Tom Tromey | 1 | -0/+56 |
2020-02-20 | gdb: Allow more control over where to find python libraries | Andrew Burgess | 1 | -8/+3 |
2020-01-03 | Ensure GDB warnings are styled. | Philippe Waroquiers | 1 | -1/+2 |