Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | Fix spurious unhandled remote %Stop notifications | Pedro Alves | 1 | -1/+14 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -4/+3 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 1 | -2/+2 |
2020-06-18 | Don't write to inferior_ptid in remote.c | Pedro Alves | 1 | -16/+18 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-19 | gdb: use std::vector to store segments in symfile_segment_data | Simon Marchi | 1 | -5/+5 |
2020-05-19 | gdb: allocate symfile_segment_data with new | Simon Marchi | 1 | -7/+5 |
2020-05-15 | Fix the problems reported by prefix check of command-def-selftests.c | Philippe Waroquiers | 1 | -1/+1 |
2020-05-14 | gdb/infrun: handle already-exited threads when attempting to stop | Tankut Baris Aktemur | 1 | -0/+20 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -18/+6 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+1 |
2020-04-01 | gdb/remote: do not check for null_ptid in stop reply | Tankut Baris Aktemur | 1 | -3/+0 |
2020-03-24 | gdb: bool-ify follow_fork | Simon Marchi | 1 | -4/+5 |
2020-03-19 | gdb: Handle W and X remote packets without giving a warning | Andrew Burgess | 1 | -10/+36 |
2020-03-12 | Don't use sprintf_vma for CORE_ADDR | Tom Tromey | 1 | -7/+5 |
2020-03-02 | gdb/remote: Restore support for 'S' stop reply packet | Andrew Burgess | 1 | -11/+32 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -2/+2 |
2020-02-07 | Make fputs_unfiltered use fputs_maybe_filtered | Iain Buclaw | 1 | -1/+1 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -1/+1 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -2/+2 |
2020-01-25 | Implement 'set/show exec-file-mismatch'. | Philippe Waroquiers | 1 | -0/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -0/+13 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -96/+125 |
2020-01-10 | Fix reconnecting to a gdbserver already debugging multiple processes, II | Pedro Alves | 1 | -3/+9 |
2020-01-10 | Fix reconnecting to a gdbserver already debugging multiple processes, I | Pedro Alves | 1 | -0/+20 |
2020-01-10 | Avoid another inferior_ptid reference in gdb/remote.c | Tankut Baris Aktemur | 1 | -5/+13 |
2020-01-10 | Tweak handling of remote errors in response to resumption packet | Pedro Alves | 1 | -1/+12 |
2020-01-10 | Don't check target is running in remote_target::mourn_inferior | Pedro Alves | 1 | -20/+0 |
2020-01-10 | Make "show remote exec-file" inferior-aware | Pedro Alves | 1 | -1/+1 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -8/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -2/+2 |
2019-11-25 | [Debugging output] Make remote packet truncation length adjustable | Luis Machado | 1 | -11/+44 |
2019-11-06 | Use strtok_r instead of strtok | Christian Biesinger | 1 | -2/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -18/+4 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -3/+3 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -6/+6 |
2019-10-12 | Remove unnecessary declaration of trace_regblock_size | Christian Biesinger | 1 | -2/+1 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -14/+2 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -2/+14 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -25/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -8/+5 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -3/+3 |
2019-08-20 | Improve remote attach round-trips without btrace | Conrad Meyer | 1 | -0/+5 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -18/+18 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -7/+7 |