Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -6/+9 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -6/+5 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -10/+8 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -3/+4 |
2023-08-17 | [gdb/build, c++20] Fix deprecated implicit capture of this | Tom de Vries | 1 | -1/+1 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -3/+3 |
2023-04-04 | gdb: make find_thread_ptid an inferior method | Simon Marchi | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-08-22 | Avoid crash with Ravenscar tasks | Tom Tromey | 1 | -4/+8 |
2022-06-14 | Implement lazy FPU initialization for ravenscar | Tom Tromey | 1 | -51/+143 |
2022-06-14 | Reimplement ravenscar registers using tables | Tom Tromey | 1 | -1/+112 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -2/+2 |
2022-01-27 | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 1 | -3/+7 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+6 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+2 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -2/+2 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 1 | -2/+3 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
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-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-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-08-07 | Fix remaining Ravenscar regressions | Tom Tromey | 1 | -10/+19 |
2020-08-07 | Set inferior_ptid in ravenscar_thread_target::update_thread_list | Tom Tromey | 1 | -0/+6 |
2020-08-07 | Fetch registers from correct thread in ravenscar-thread.c | Tom Tromey | 1 | -18/+67 |
2020-08-07 | Fix Ravenscar "process" resume | Tom Tromey | 1 | -1/+6 |
2020-08-07 | Wrap xfer_partial and enable_btrace for Ravenscar | Tom Tromey | 1 | -10/+54 |
2020-08-07 | Change names given to Ravenscar threads | Tom Tromey | 1 | -9/+4 |
2020-08-07 | Handle case where Ada task is current but not listed | Tom Tromey | 1 | -11/+29 |
2020-08-07 | Return event_ptid from ravenscar_thread_target::wait | Tom Tromey | 1 | -1/+1 |
2020-08-07 | Avoid crash in ravenscar_thread_target::wait | Tom Tromey | 1 | -1/+2 |
2020-08-07 | Call add_active_thread after pushing the ravenscar target | Tom Tromey | 1 | -6/+7 |
2020-06-18 | Don't write to inferior_ptid in ravenscar-thread.c | Pedro Alves | 1 | -25/+24 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -24/+6 |
2020-01-31 | Fix ravenscar-thread.c for multi-target | Tom Tromey | 1 | -1/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -0/+1 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -5/+10 |