Searched refs:last_single_step_thread (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c93 static ptid_t last_single_step_thread; variable
659 if (!ptid_equal (last_single_step_thread, null_ptid))
675 last_single_step_thread = work_ptid;
678 last_single_step_thread = null_ptid;

Completed in 61 milliseconds