Age | Commit message (Expand) | Author | Files | Lines |
2021-02-04 | gdb: make record-btrace clear event handler in wait | Simon Marchi | 1 | -1/+3 |
2021-02-04 | gdb: make async event handlers clear themselves | Simon Marchi | 1 | -0/+1 |
2021-01-13 | gdb: remove target_ops::commit_resume implementation in record-{btrace, full}.c | Simon Marchi | 1 | -11/+0 |
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 | -2/+2 |
2020-10-02 | gdb: give names to async event/signal handlers | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -3/+4 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 1 | -5/+5 |
2020-08-06 | gdb: move regcache::regcaches to regcache.c | Simon Marchi | 1 | -0/+1 |
2020-07-02 | gdb: remove unused fetch_inferior_event and inferior_event_handler parameters | Simon Marchi | 1 | -1/+1 |
2020-04-21 | gdb, btrace: make record-btrace per-inferior | Markus Metzger | 1 | -5/+10 |
2020-04-21 | gdb, btrace: forward fetch_registers for unknown threads | Markus Metzger | 1 | -3/+8 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -80/+27 |
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-03-10 | gdb: Add support for tracking the DWARF line table is-stmt field | Andrew Burgess | 1 | -1/+10 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -1/+1 |
2020-01-16 | Fix some spelling errors. | Christian Biesinger | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -16/+25 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -2/+2 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -4/+5 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -7/+7 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -3/+3 |
2019-07-15 | Introduce field_unsigned | Tom Tromey | 1 | -11/+3 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -7/+7 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -9/+9 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -27/+18 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -9/+11 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -4/+8 |
2018-12-21 | Fix compile error with clang 3.8 | Dave Murphy | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -48/+24 |
2018-10-23 | Fix use-after-free in record_btrace_start_replaying | Tom Tromey | 1 | -11/+8 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -2/+2 |
2018-09-10 | Remove unused variable in record-btrace.c | Simon Marchi | 1 | -1/+0 |