Searched refs:GetThreadContext (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_registry_test.cpp | 26 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 D | MinidumpParser.h | 63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location); 65 llvm::ArrayRef<uint8_t> GetThreadContext(const minidump::Thread &td);
|
| H A D | MinidumpParser.cpp | 94 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 D | ProcessMinidump.cpp | 474 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | RegisterContextWindows.cpp | 164 if (!::GetThreadContext( in CacheAllRegisterValues()
|
| H A D | NativeRegisterContextWindows_arm.cpp | 96 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 63 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 113 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_x86_64.cpp | 75 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince-stub.c | 361 res = (gdb_wince_result) GetThreadContext (h, &c); in get_thread_context()
|
| H A D | win32-nat.c | 272 CHECK (GetThreadContext (th->h, &th->context)); in child_add_thread() 342 GetThreadContext (th->h, &th->context); in do_child_fetch_inferior_registers()
|