Searched refs:NativeThreadWindows (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeThreadWindows.cpp | 25 NativeThreadWindows::NativeThreadWindows(NativeProcessWindows &process, in NativeThreadWindows() function in NativeThreadWindows 34 Status NativeThreadWindows::DoStop() { in DoStop() 46 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) { in DoResume() 98 std::string NativeThreadWindows::GetName() { in GetName() 113 void NativeThreadWindows::SetStopReason(ThreadStopInfo stop_info, in SetStopReason() 120 bool NativeThreadWindows::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason() 151 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() 168 Status NativeThreadWindows::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() 179 Status NativeThreadWindows::SetHardwareBreakpoint(lldb::addr_t addr, in SetHardwareBreakpoint() 184 Status NativeThreadWindows::RemoveHardwareBreakpoint(lldb::addr_t addr) { in RemoveHardwareBreakpoint()
|
| H A D | NativeProcessWindows.cpp | 99 auto thread = static_cast<NativeThreadWindows *>(m_threads[i].get()); in Resume() 155 NativeThreadWindows * 157 return static_cast<NativeThreadWindows *>( in GetThreadByID() 249 void NativeProcessWindows::SetStopReasonForThread(NativeThreadWindows &thread, in SetStopReasonForThread() 270 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread() 275 auto t = static_cast<NativeThreadWindows *>(m_threads[i].get()); in StopThread() 440 m_threads.push_back(std::make_unique<NativeThreadWindows>( in OnDebuggerConnected() 463 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException() 497 if (NativeThreadWindows *stop_thread = in OnDebugException() 519 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException() [all …]
|
| H A D | NativeThreadWindows.h | 22 class NativeThreadWindows : public NativeThreadProtocol { 24 NativeThreadWindows(NativeProcessWindows &process, const HostThread &thread); 26 ~NativeThreadWindows() {} in ~NativeThreadWindows()
|
| H A D | NativeProcessWindows.h | 22 class NativeThreadWindows; variable 109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id); 121 void SetStopReasonForThread(NativeThreadWindows &thread,
|
| H A D | NativeRegisterContextWindows.cpp | 26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle()
|
| H A D | NativeRegisterContextWindows.h | 18 class NativeThreadWindows; variable
|
| H A D | CMakeLists.txt | 12 NativeThreadWindows.cpp
|
| H A D | NativeRegisterContextWindows_arm.h | 19 class NativeThreadWindows; variable
|
| H A D | NativeRegisterContextWindows_arm64.h | 19 class NativeThreadWindows; variable
|
| H A D | NativeRegisterContextWindows_WoW64.h | 20 class NativeThreadWindows; variable
|
| H A D | NativeRegisterContextWindows_i386.h | 20 class NativeThreadWindows; variable
|
| H A D | NativeRegisterContextWindows_x86_64.h | 20 class NativeThreadWindows; variable
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | BUILD.gn | 37 "NativeThreadWindows.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4482 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp 4483 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h
|