Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | gdb: remove interp_supports_command_editing | Simon Marchi | 1 | -2/+2 |
2023-06-07 | [gdb/cli] Handle pending ^C after rl_callback_read_char for readline 7 | Tom de Vries | 1 | -1/+10 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -77/+1 |
2023-02-27 | Introduce set_force_quit_flag and change type of sync_quit_force_run | Kevin Buettner | 1 | -3/+10 |
2023-02-27 | QUIT processing w/ explicit throw for gdb_exception_forced_quit | Kevin Buettner | 1 | -0/+2 |
2023-02-24 | Don't use struct buffer in event-top.c | Tom Tromey | 1 | -14/+6 |
2023-01-27 | gdb/tui: disable tui mode when an assert triggers | Andrew Burgess | 1 | -0/+8 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -59/+51 |
2022-12-14 | gdb: remove the pop_all_targets (and friends) global functions | Andrew Burgess | 1 | -2/+1 |
2022-12-13 | Fix control-c handling on Windows | Tom Tromey | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-09-20 | Make stdin_event_handler static | Tom Tromey | 1 | -1/+1 |
2022-09-16 | [gdb] Handle pending ^C after rl_callback_read_char | Tom de Vries | 1 | -0/+16 |
2022-08-31 | Fix interpreter-exec crash | Tom Tromey | 1 | -2/+4 |
2022-08-31 | Remove a ui-related memory leak | Tom Tromey | 1 | -11/+0 |
2022-08-31 | Remove the "for moment" comments | Tom Tromey | 1 | -2/+2 |
2022-08-31 | Remove some dead code | Tom Tromey | 1 | -13/+0 |
2022-08-31 | Let ui::input_fd be -1 | Tom Tromey | 1 | -3/+5 |
2022-07-18 | Replace input_interactive_p with a method | Tom Tromey | 1 | -2/+2 |
2022-07-18 | Remove ui_register_input_event_handler | Tom Tromey | 1 | -10/+10 |
2022-04-24 | gdb: move setbuf calls out of gdb_readline_no_editing_callback | Andrew Burgess | 1 | -13/+0 |
2022-04-22 | gdb: handle bracketed-paste-mode and EOF correctly | Andrew Burgess | 1 | -12/+56 |
2022-04-22 | gdb: improved EOF handling when using readline 7 | Andrew Burgess | 1 | -1/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -2/+2 |
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 | -5/+1 |
2022-03-28 | Switch gdb_stdlog to use timestamped_file | Tom Tromey | 1 | -1/+1 |
2022-03-16 | gdb: work around prompt corruption caused by bracketed-paste-mode | Andrew Burgess | 1 | -1/+19 |
2022-02-16 | gdb: convert callback_handler_installed from int to bool | Andrew Burgess | 1 | -3/+3 |
2022-02-07 | gdb: unbuffer all input streams when not using readline | Andrew Burgess | 1 | -8/+11 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -1/+1 |
2022-01-25 | Send some error output to gdb_stderr | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -7/+5 |
2021-09-28 | gdb: use libbacktrace to create a better backtrace for fatal signals | Andrew Burgess | 1 | -40/+7 |
2021-08-11 | gdb: register SIGBUS, SIGFPE, and SIGABRT handlers | Andrew Burgess | 1 | -1/+16 |
2021-08-11 | gdb: print backtrace on fatal SIGSEGV | Andrew Burgess | 1 | -11/+129 |
2021-08-11 | gdb: rename async_init_signals to gdb_init_signals | Andrew Burgess | 1 | -27/+14 |
2021-08-11 | gdb: register signal handler after setting up event token | Andrew Burgess | 1 | -3/+5 |
2021-08-11 | gdb: terminate upon receipt of SIGFPE | Andrew Burgess | 1 | -24/+1 |
2021-04-22 | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 1 | -1/+0 |
2021-03-12 | Use RAII to set the per-thread SIGSEGV handler | Christian Biesinger | 1 | -2/+21 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-10-02 | gdb: add debug prints in event loop | Simon Marchi | 1 | -1/+51 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -7/+7 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -1/+2 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |