Age | Commit message (Expand) | Author | Files | Lines |
2022-03-21 | Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621) | Pedro Alves | 1 | -12/+12 |
2022-03-18 | Fix crash with stepi, no debug info, and "set debug infrun 1" | Pedro Alves | 1 | -1/+2 |
2022-03-14 | Replace deprecated_target_wait_hook by observers | Patrick Monnerat | 1 | -12/+3 |
2022-03-07 | Remove unnecessary inferior lookup in infrun:handle_one | Pedro Alves | 1 | -2/+1 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -1/+0 |
2022-02-24 | Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async." | John Baldwin | 1 | -1/+1 |
2022-02-22 | do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async. | John Baldwin | 1 | -1/+1 |
2022-02-22 | Enable async mode on supported targets in target_resume. | John Baldwin | 1 | -3/+0 |
2022-02-10 | gdb/infrun: some extra infrun debug print statements | Andrew Burgess | 1 | -0/+11 |
2022-02-07 | gdb: make thread_info::m_thread_fsm a std::unique_ptr | Lancelot SIX | 1 | -25/+19 |
2022-02-06 | gdb: remove SYMBOL_IS_ARGUMENT macro | Simon Marchi | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -0/+1 |
2022-01-17 | gdb/infrun: rename variable and move to more specific scope | Simon Marchi | 1 | -4/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-08 | gdb: move clearing of tp->pending_follow to follow_fork_inferior | Simon Marchi | 1 | -10/+18 |
2021-11-22 | gdb: pass more const target_waitstatus by reference | Simon Marchi | 1 | -31/+31 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 1 | -9/+8 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -2/+2 |
2021-11-15 | [gdb] Don't use gdb_stdlog for inferior-events | Tom de Vries | 1 | -19/+14 |
2021-11-11 | gdb: fix "set scheduler-locking" thread exit hang | Simon Marchi | 1 | -2/+1 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-28 | gdb: use ptid_t::to_string in infrun debug messages | Simon Marchi | 1 | -59/+57 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -90/+99 |
2021-09-30 | Fix Windows crash from stop_pc change | Tom Tromey | 1 | -0/+1 |
2021-09-27 | gdb: don't share aspace/pspace on fork with "detach-on-fork on" and "follow-f... | Simon Marchi | 1 | -9/+30 |
2021-09-24 | gdb: change thread_info::name to unique_xmalloc_ptr, add helper function | Simon Marchi | 1 | -3/+1 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 1 | -6/+4 |
2021-09-08 | gdb: make thread_suspend_state::stop_pc optional | Andrew Burgess | 1 | -1/+2 |
2021-09-07 | gdb: make thread_info::executing private | Andrew Burgess | 1 | -13/+13 |
2021-08-31 | gdb: remove breakpoint_find_if | Simon Marchi | 1 | -1/+1 |
2021-08-10 | gdb: iterate only on vfork parent threads in handle_vfork_child_exec_or_exit | Simon Marchi | 1 | -17/+12 |
2021-08-05 | gdb: use ptid_t::to_string in print_target_wait_results | Simon Marchi | 1 | -8/+4 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -96/+74 |
2021-07-14 | gdb: pass child_ptid and fork kind to target_ops::follow_fork | Simon Marchi | 1 | -8/+7 |
2021-07-14 | gdb: call post_create_inferior at end of follow_fork_inferior | Simon Marchi | 1 | -23/+15 |
2021-07-12 | gdb: maintain ptid -> thread map, optimize find_thread_ptid | Simon Marchi | 1 | -0/+10 |
2021-07-12 | gdb: optimize selection of resumed thread with pending event | Simon Marchi | 1 | -29/+11 |
2021-07-12 | gdb: optimize check for resumed threads with pending wait status in maybe_set... | Simon Marchi | 1 | -9/+1 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -170/+145 |
2021-07-12 | gdb: add setter / getter for thread_info resumed state | Simon Marchi | 1 | -22/+22 |
2021-07-12 | gdb: use intrusive list for step-over chain | Simon Marchi | 1 | -19/+20 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -11/+19 |
2021-07-09 | Remove unused parameter in maybe_software_singlestep | Lancelot SIX | 1 | -8/+7 |
2021-06-22 | gdb: remove unnecessary parameter wait_ptid from do_target_wait | Simon Marchi | 1 | -7/+5 |
2021-06-08 | gdb: try to load libthread_db only after reading all shared libraries when at... | Simon Marchi | 1 | -0/+5 |
2021-06-01 | Conditionally restore displaced stepping state after fork. | John Baldwin | 1 | -4/+12 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: make add_info_alias accept target as a cmd_list_element | Simon Marchi | 1 | -2/+3 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 1 | -12/+12 |