Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Introduce alternate_signal_stack RAII class | Tom Tromey | 1 | -24/+2 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -14/+68 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-10 | Include gdbtk.h to avoid declarations | Christian Biesinger | 1 | -4/+3 |
2019-10-01 | Fix leak due to assigning a xstrdup-ed string to the std::string gdb_datadir | Philippe Waroquiers | 1 | -5/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+5 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -46/+43 |
2019-09-11 | Factor out the code to do the datadir-relocation for gdbinit | Christian Biesinger | 1 | -31/+43 |
2019-09-11 | Refactor get_init_files to use std::string | Christian Biesinger | 1 | -53/+51 |
2019-09-06 | Change int to bool for the relocate_* functions | Christian Biesinger | 1 | -7/+7 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-05-31 | Add previous_saved_command_line to allow a command to repeat a previous command. | Philippe Waroquiers | 1 | -2/+0 |