Age | Commit message (Expand) | Author | Files | Lines |
2024-04-26 | Remove unnecessary get_current_frame calls from infrun.c | Bernd Edlinger | 1 | -20/+4 |
2024-04-23 | gdb: remove unused include in infrun.c | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-25 | gdb: fix b/p conditions with infcalls in multi-threaded inferiors | Andrew Burgess | 1 | -14/+50 |
2024-03-25 | Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait" | Andrew Burgess | 1 | -5/+7 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -10/+12 |
2024-02-09 | gdb: add inferior parameter to breakpoint_init_inferior | Simon Marchi | 1 | -2/+2 |
2024-02-09 | gdb: add program_space parameter to mark_breakpoints_out | Simon Marchi | 1 | -1/+1 |
2024-01-31 | gdb: remove some unnecessary frame_info_ptr resets | Simon Marchi | 1 | -3/+0 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -1/+1 |
2024-01-21 | gdb/infrun: lazily load curr_frame_id in process_event_stop_test | Lancelot SIX | 1 | -9/+41 |
2024-01-19 | gdb: Buffer output streams during events that might download debuginfo | Aaron Merey | 1 | -3/+13 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-02 | PowerPC and aarch64: Fix reverse stepping failure | Carl Love | 1 | -0/+57 |
2023-12-20 | Step over thread exit, always delete the thread non-silently | Pedro Alves | 1 | -4/+7 |
2023-12-20 | displaced_step_finish: Don't fetch the regcache of exited threads | Pedro Alves | 1 | -7/+12 |
2023-12-20 | Ensure selected thread after thread exit stop | Pedro Alves | 1 | -0/+7 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 2 | Tom de Vries | 1 | -5/+11 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -24/+23 |
2023-11-27 | gdb: make catch_syscall_enabled return bool | Simon Marchi | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -6/+6 |
2023-11-20 | gdb/infrun: simplify process_event_stop_test | Guinevere Larsen | 1 | -12/+6 |
2023-11-20 | gdb/record: print frame information when exiting a recursive call | Guinevere Larsen | 1 | -0/+18 |
2023-11-17 | gdb: pass address_space to target dcache functions | Simon Marchi | 1 | -3/+3 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -13/+10 |
2023-11-17 | gdb: remove regcache's address space | Simon Marchi | 1 | -22/+21 |
2023-11-13 | Cancel execution command on thread exit, when stepping, nexting, etc. | Pedro Alves | 1 | -10/+63 |
2023-11-13 | Don't resume new threads if scheduler-locking is in effect | Pedro Alves | 1 | -8/+33 |
2023-11-13 | stop_all_threads: (re-)enable async before waiting for stops | Pedro Alves | 1 | -0/+81 |
2023-11-13 | gdb: clear step over information on thread exit (PR gdb/27338) | Pedro Alves | 1 | -16/+155 |
2023-11-13 | Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit | Pedro Alves | 1 | -5/+10 |
2023-11-13 | Move deleting thread on TARGET_WAITKIND_THREAD_EXITED to core | Pedro Alves | 1 | -5/+27 |
2023-11-13 | Thread options & clone events (core + remote) | Pedro Alves | 1 | -1/+62 |
2023-11-13 | Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED | Pedro Alves | 1 | -70/+88 |
2023-11-13 | gdb/linux: Delete all other LWPs immediately on ptrace exec event | Pedro Alves | 1 | -5/+3 |
2023-11-08 | rs6000, Fix Linux DWARF register mapping | Carl Love | 1 | -0/+13 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -4/+7 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -4/+4 |
2023-08-23 | gdb: remove the silent parameter from exit_inferior_1 and cleanup | Andrew Burgess | 1 | -1/+1 |
2023-08-16 | gdb: fix vfork regressions when target-non-stop is off | Andrew Burgess | 1 | -3/+5 |
2023-08-03 | gdb: avoid double stop after failed breakpoint condition check | Andrew Burgess | 1 | -1/+15 |
2023-07-17 | gdb: additional debug output in infrun.c and linux-nat.c | Andrew Burgess | 1 | -4/+24 |
2023-07-17 | gdb: don't resume vfork parent while child is still running | Andrew Burgess | 1 | -4/+20 |
2023-07-17 | gdb, infrun: refactor part of `proceed` into separate function | Mihails Strasuns | 1 | -69/+86 |
2023-07-17 | gdb: fix an issue with vfork in non-stop mode | Andrew Burgess | 1 | -12/+22 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_about_to_proceed method | Simon Marchi | 1 | -1/+11 |
2023-05-30 | gdb: add interp::on_user_selected_context_changed method | Simon Marchi | 1 | -0/+8 |
2023-05-30 | gdb: add interp::on_sync_execution_done method | Simon Marchi | 1 | -1/+1 |
2023-05-30 | gdb: add interp::on_no_history method | Simon Marchi | 1 | -1/+1 |