Searched refs:ProcessWindows (Results 1 – 9 of 9) sorted by relevance
96 void ProcessWindows::Initialize() { in Initialize()108 void ProcessWindows::Terminate() {} in Terminate()116 ProcessWindows::ProcessWindows(lldb::TargetSP target_sp, in ProcessWindows() function in lldb_private::ProcessWindows123 ProcessWindows::~ProcessWindows() {} in ~ProcessWindows()186 Status ProcessWindows::DoLaunch(Module *exe_module, in DoLaunch()206 Status ProcessWindows::DoResume() { in DoResume()256 Status ProcessWindows::DoDestroy() { in DoDestroy()261 Status ProcessWindows::DoHalt(bool &caused_stop) { in DoHalt()269 void ProcessWindows::DidLaunch() { in DidLaunch()352 void ProcessWindows::RefreshStateAfterStop() { in RefreshStateAfterStop()[all …]
20 class ProcessWindows; variable26 TargetThreadWindows(ProcessWindows &process, const HostThread &thread);
20 class ProcessWindows; variable21 typedef std::shared_ptr<ProcessWindows> ProcessWindowsSP;
23 class ProcessWindows : public Process, public ProcessDebugger {40 ProcessWindows(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);42 ~ProcessWindows();
29 class ProcessWindows; variable
14 ProcessWindows.cpp
71 return std::static_pointer_cast<ProcessWindows>(process); in GetProcessPointer()
36 TargetThreadWindows::TargetThreadWindows(ProcessWindows &process, in TargetThreadWindows()
39 "ProcessWindows.cpp",