Age | Commit message (Expand) | Author | Files | Lines |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-09-27 | gdb: use intrusive_list for linux-nat lwp_list | Simon Marchi | 1 | -22/+24 |
2021-09-27 | gdb: add destructor to lwp_info | Simon Marchi | 1 | -7/+4 |
2021-09-27 | gdb: make lwp_info non-POD | Simon Marchi | 1 | -21/+6 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -8/+7 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-08-26 | gdb: remove some stray newlines in debug output | Andrew Burgess | 1 | -2/+2 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -7/+8 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -12/+7 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -15/+0 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -6/+6 |
2021-07-01 | Linux: Access memory even if threads are running | Pedro Alves | 1 | -47/+218 |
2021-05-08 | gdb, gdbserver: make status_to_str return std::string | Simon Marchi | 1 | -9/+11 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 1 | -4/+0 |
2021-04-07 | gdb: make target_ops::follow_fork return void | Simon Marchi | 1 | -3/+1 |
2021-02-23 | gdb: linux-nat: make linux_nat_filter_event return void | Simon Marchi | 1 | -12/+12 |
2021-02-12 | [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28 | Tom de Vries | 1 | -9/+17 |
2021-02-03 | detach and breakpoint removal | Pedro Alves | 1 | -0/+5 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | gdb: factor out debug_prefixed_printf_cond | Simon Marchi | 1 | -6/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -3/+3 |
2020-10-31 | gdb: restore some checks of debug flags | Andrew Burgess | 1 | -1/+6 |
2020-10-31 | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 1 | -16/+2 |
2020-10-02 | gdb: move debug_prefixed_vprintf here | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: give names to event loop file handlers | Simon Marchi | 1 | -1/+2 |
2020-09-25 | gdb: fix formatting of _debug_printf macros | Simon Marchi | 1 | -4/+6 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-09-14 | gdb: don't use inferior_ptid in linux_nat_wait_1 | Simon Marchi | 1 | -6/+5 |
2020-08-24 | gdb: add debug_prefixed_vprintf | Simon Marchi | 1 | -5/+2 |
2020-08-18 | gdb: add linux_nat_debug_printf macro | Simon Marchi | 1 | -393/+226 |
2020-07-21 | gdb, gdbserver: make stopped_pids global variables static | Simon Marchi | 1 | -1/+1 |
2020-07-18 | Remove "linux_multi_process" global | Tom Tromey | 1 | -6/+1 |
2020-07-17 | Use boolean literals in linux-nat.c | Tom Tromey | 1 | -4/+4 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -1/+1 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-03-30 | Add low_new_clone method to linux_nat_target. | Pedro Franco de Carvalho | 1 | -0/+4 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -3/+3 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -2/+1 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -4/+4 |
2020-01-14 | Fix/Update misc comments | Luis Machado | 1 | -4/+5 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -32/+43 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -2/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -3/+4 |
2019-11-26 | Use safe_strerror instead of strerror where possible | Christian Biesinger | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-03 | gdb: Don't ignore all SIGSTOP when the signal handler is set to pass | Andrew Burgess | 1 | -1/+4 |