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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-over-syscall.exp60 set curr_thread "unknown"
66 set curr_thread $expect_out(1,string)
79 if { $displaced == "on" && $syscall == "clone" && $curr_thread != 1 } {
87 && $curr_thread == 1} \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp70 AsanThread *curr_thread = GetCurrentThread(); local
71 CHECK(curr_thread != nullptr);
72 uptr top = curr_thread->stack_top();
73 uptr bottom = curr_thread->stack_bottom();
H A Dasan_rtl.cpp570 if (AsanThread *curr_thread = GetCurrentThread()) {
573 top = curr_thread->stack_top();
588 AsanThread *curr_thread = GetCurrentThread(); local
589 if (!curr_thread)
591 FakeStack *stack = curr_thread->get_fake_stack();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtl.cc554 AsanThread *curr_thread = GetCurrentThread(); local
557 if (curr_thread) {
558 top = curr_thread->stack_top();
586 if (curr_thread && curr_thread->has_fake_stack())
587 curr_thread->fake_stack()->HandleNoReturn();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtl.cc538 AsanThread *curr_thread = GetCurrentThread(); local
541 if (curr_thread) {
542 top = curr_thread->stack_top();
570 if (curr_thread && curr_thread->has_fake_stack())
571 curr_thread->fake_stack()->HandleNoReturn();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c909 thread_info *curr_thread = inferior_thread ();
915 thread_from_lwp (curr_thread, lp->ptid);
908 thread_info *curr_thread = inferior_thread (); local
H A Dremote.c4747 ptid_t curr_thread = get_current_thread (wait_status);
4748 if (curr_thread == null_ptid)
4768 switch_to_thread (find_thread_ptid (this, curr_thread));
4739 ptid_t curr_thread = get_current_thread (wait_status); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c922 thread_info *curr_thread = inferior_thread ();
928 thread_from_lwp (curr_thread, lp->ptid);
921 thread_info *curr_thread = inferior_thread (); local
H A Dremote.c4937 ptid_t curr_thread = get_current_thread (wait_status);
4938 if (curr_thread == null_ptid)
4956 switch_to_thread (find_thread_ptid (this, curr_thread));

Completed in 187 milliseconds