Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -7/+2 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -2/+7 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -129/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -6/+6 |
2019-06-16 | gdb: Remove unused signal mask | Andrew Burgess | 1 | -6/+0 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -56/+53 |
2019-03-12 | Change iterate_over_lwps to take a gdb::function_view | Tom Tromey | 1 | -63/+75 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -5/+5 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -4/+5 |
2019-01-23 | Remove cleanup from linux-nat.c | Tom Tromey | 1 | -15/+3 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -1/+1 |
2019-01-03 | gdb: Remove cleanup from linux_nat_target::follow_fork | Andrew Burgess | 1 | -11/+16 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |