Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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.cpp93 MinidumpParser::GetThreadContext(const LocationDescriptor &location) { in GetThreadContext() function in MinidumpParser
100 MinidumpParser::GetThreadContext(const minidump::Thread &td) { in GetThreadContext() function in MinidumpParser
101 return GetThreadContext(td.Context); in GetThreadContext()
H A DProcessMinidump.cpp472 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp117 llvm::ArrayRef<uint8_t> context = parser->GetThreadContext(thread); in TEST_F()
586 llvm::ArrayRef<uint8_t> registers(parser->GetThreadContext(thread)); in TEST_F()
629 llvm::ArrayRef<uint8_t> registers(parser->GetThreadContext(thread)); in TEST_F()