Age | Commit message (Expand) | Author | Files | Lines |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-24 | Don't use struct buffer in top.c | Tom Tromey | 1 | -14/+8 |
2023-02-21 | gdb: add --with-curses to --configuration output | Philippe Blain | 1 | -0/+10 |
2023-02-13 | gdb: 'show config' shows --with[out]-amd-dbgapi | Lancelot SIX | 1 | -0/+10 |
2023-01-13 | Rename to allow_tui_tests | Tom Tromey | 1 | -0/+10 |
2023-01-01 | Update copyright year in help message of gdb, gdbserver, gdbreplay | Joel Brobecker | 1 | -2/+2 |
2022-12-28 | Fix "set debug timestamp" | Tom Tromey | 1 | -1/+1 |
2022-12-21 | Fix compiling of top.c | Andrew Pinski | 1 | -1/+0 |
2022-12-21 | Use toplevel configure for GMP and MPFR for gdb | Andrew Pinski | 1 | -8/+0 |
2022-12-19 | gdb: fix command lookup in execute_command () | Jan Vrany | 1 | -6/+2 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -26/+13 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -2/+1 |
2022-12-12 | gdb: fix possible use-after-free when executing commands | Jan Vrany | 1 | -2/+12 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-08-31 | Use member initialization in 'struct ui' | Tom Tromey | 1 | -11/+2 |
2022-08-31 | Use ui_out_redirect_pop in more places | Tom Tromey | 1 | -2/+1 |
2022-08-31 | Free ui::line_buffer | Tom Tromey | 1 | -0/+2 |
2022-08-19 | Remove two initialization functions | Tom Tromey | 1 | -16/+7 |
2022-07-22 | Change target_ops::async to accept bool | Tom Tromey | 1 | -2/+2 |
2022-07-18 | Replace input_interactive_p with a method | Tom Tromey | 1 | -9/+9 |
2022-04-24 | gdb: move setbuf calls out of gdb_readline_no_editing_callback | Andrew Burgess | 1 | -0/+39 |
2022-04-22 | gdb: handle bracketed-paste-mode and EOF correctly | Andrew Burgess | 1 | -0/+1 |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 1 | -8/+2 |
2022-04-03 | gdb: fix gdb_print -> gdb_printf typo | Simon Marchi | 1 | -1/+1 |
2022-03-31 | Style URLs in GDB output | Tom Tromey | 1 | -4/+10 |
2022-03-31 | gdb: fix use of fprintf_filtered in top.c | Simon Marchi | 1 | -2/+2 |
2022-03-31 | * gdb/top.c (print_gdb_configuration): Announce --enable-threading. | Eli Zaretskii | 1 | -0/+10 |
2022-03-30 | Consolidate definition of current_directory | Tom Tromey | 1 | -4/+0 |
2022-03-29 | Remove unnecessary calls to wrap_here and gdb_flush | Tom Tromey | 1 | -1/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -104/+104 |
2022-03-29 | Change the pager to a ui_file | Tom Tromey | 1 | -1/+2 |
2022-03-29 | Only have one API for unfiltered output | Tom Tromey | 1 | -6/+2 |
2022-03-14 | Replace deprecated_target_wait_hook by observers | Patrick Monnerat | 1 | -7/+0 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -1/+1 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -1/+1 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Update Copyright Year in gdb, gdbserver and gdbreplay version output | Joel Brobecker | 1 | -1/+1 |
2021-10-09 | [gdb] Make execute_command_to_string return string on throw | Tom de Vries | 1 | -7/+30 |
2021-10-05 | gdb/python: add a new gdb_exiting event | Andrew Burgess | 1 | -2/+4 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -59/+53 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -5/+3 |
2021-09-09 | [gdb/testsuite] Reimplement gdb.gdb/complaints.exp as unittest | Tom de Vries | 1 | -8/+23 |
2021-08-11 | gdb: rename async_init_signals to gdb_init_signals | Andrew Burgess | 1 | -1/+1 |
2021-05-27 | gdb: make add_setshow commands return set_show_commands | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: add cmd_list_element::is_command_class_help | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -2/+2 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -3/+7 |