Home
last modified time | relevance | path

Searched refs:GetThreadContext (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp26 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() function
138 ThreadRegistry quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()
143 ThreadRegistry no_quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()
229 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location);
65 llvm::ArrayRef<uint8_t> GetThreadContext(const minidump::Thread &td);
H A DMinidumpParser.cpp94 MinidumpParser::GetThreadContext(const LocationDescriptor &location) { in GetThreadContext() function in MinidumpParser
101 MinidumpParser::GetThreadContext(const minidump::Thread &td) { in GetThreadContext() function in MinidumpParser
102 return GetThreadContext(td.Context); in GetThreadContext()
H A DProcessMinidump.cpp474 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp164 if (!::GetThreadContext( in CacheAllRegisterValues()
H A DNativeRegisterContextWindows_arm.cpp96 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
H A DNativeRegisterContextWindows_i386.cpp63 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
H A DNativeRegisterContextWindows_arm64.cpp113 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
H A DNativeRegisterContextWindows_x86_64.cpp75 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c361 res = (gdb_wince_result) GetThreadContext (h, &c); in get_thread_context()
H A Dwin32-nat.c272 CHECK (GetThreadContext (th->h, &th->context)); in child_add_thread()
342 GetThreadContext (th->h, &th->context); in do_child_fetch_inferior_registers()