Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -31/+31 |
2022-02-06 | gdb: remove SYMTAB_LINETABLE macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-27 | gdb, btrace: rename record_btrace_enable_warn() | Markus Metzger | 1 | -3/+3 |
2022-01-18 | gdb: use ptid_t::to_string instead of target_pid_to_str in debug statements | Simon Marchi | 1 | -8/+8 |
2022-01-05 | Use filtered output in btrace-related commands | Tom Tromey | 1 | -23/+23 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -1/+1 |
2021-12-23 | gdb: make use of SCOPE_EXIT to manage thread executing state | Andrew Burgess | 1 | -20/+4 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 1 | -2/+2 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -29/+20 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -14/+12 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -1/+1 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -2/+1 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+2 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -13/+17 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -8/+8 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -1/+1 |
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 |