Lines Matching defs:NativeThreadWindows
1 //===-- NativeThreadWindows.cpp -------------------------------------------===//
9 #include "NativeThreadWindows.h"
25 NativeThreadWindows::NativeThreadWindows(NativeProcessWindows &process,
34 Status NativeThreadWindows::DoStop() {
46 Status NativeThreadWindows::DoResume(lldb::StateType resume_state) {
98 std::string NativeThreadWindows::GetName() {
113 void NativeThreadWindows::SetStopReason(ThreadStopInfo stop_info,
120 bool NativeThreadWindows::GetStopReason(ThreadStopInfo &stop_info,
142 log->Printf("NativeThreadWindows::%s tid %" PRIu64
151 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size,
168 Status NativeThreadWindows::RemoveWatchpoint(lldb::addr_t addr) {
179 Status NativeThreadWindows::SetHardwareBreakpoint(lldb::addr_t addr,
184 Status NativeThreadWindows::RemoveHardwareBreakpoint(lldb::addr_t addr) {