Home
last modified time | relevance | path

Searched refs:NativeThreadWindows (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp25 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 DNativeProcessWindows.cpp99 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 DNativeThreadWindows.h22 class NativeThreadWindows : public NativeThreadProtocol {
24 NativeThreadWindows(NativeProcessWindows &process, const HostThread &thread);
26 ~NativeThreadWindows() {} in ~NativeThreadWindows()
H A DNativeProcessWindows.h22 class NativeThreadWindows; variable
109 NativeThreadWindows *GetThreadByID(lldb::tid_t thread_id);
121 void SetStopReasonForThread(NativeThreadWindows &thread,
H A DNativeRegisterContextWindows.cpp26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle()
H A DNativeRegisterContextWindows.h18 class NativeThreadWindows; variable
H A DCMakeLists.txt12 NativeThreadWindows.cpp
H A DNativeRegisterContextWindows_arm.h19 class NativeThreadWindows; variable
H A DNativeRegisterContextWindows_arm64.h19 class NativeThreadWindows; variable
H A DNativeRegisterContextWindows_WoW64.h20 class NativeThreadWindows; variable
H A DNativeRegisterContextWindows_i386.h20 class NativeThreadWindows; variable
H A DNativeRegisterContextWindows_x86_64.h20 class NativeThreadWindows; variable
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Windows/Common/
H A DBUILD.gn37 "NativeThreadWindows.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4482 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
4483 lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h