Searched refs:HostProcessWindows (Results 1 – 6 of 6) sorted by relevance
30 HostProcessWindows::HostProcessWindows() in HostProcessWindows() function in HostProcessWindows33 HostProcessWindows::HostProcessWindows(lldb::process_t process) in HostProcessWindows() function in HostProcessWindows36 HostProcessWindows::~HostProcessWindows() { Close(); } in ~HostProcessWindows()38 void HostProcessWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; } in SetOwnsHandle()40 Status HostProcessWindows::Terminate() { in Terminate()51 lldb::pid_t HostProcessWindows::GetProcessId() const { in GetProcessId()55 bool HostProcessWindows::IsRunning() const { in IsRunning()78 llvm::Expected<HostThread> HostProcessWindows::StartMonitoring( in StartMonitoring()96 void HostProcessWindows::Close() { in Close()
19 class HostProcessWindows : public HostNativeProcessBase {21 HostProcessWindows();22 explicit HostProcessWindows(lldb::process_t process);23 ~HostProcessWindows();
15 typedef HostProcessWindows HostNativeProcess;
67 "windows/HostProcessWindows.cpp",
63 windows/HostProcessWindows.cpp
382 ((HostProcessWindows &)m_process.GetNativeProcess()).SetOwnsHandle(false); in HandleCreateProcessEvent()