Lines Matching defs:HostProcessWindows
1 //===-- HostProcessWindows.cpp --------------------------------------------===//
9 #include "lldb/Host/windows/HostProcessWindows.h"
30 HostProcessWindows::HostProcessWindows()
33 HostProcessWindows::HostProcessWindows(lldb::process_t process)
36 HostProcessWindows::~HostProcessWindows() { Close(); }
38 void HostProcessWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; }
40 Status HostProcessWindows::Terminate() {
51 lldb::pid_t HostProcessWindows::GetProcessId() const {
55 bool HostProcessWindows::IsRunning() const {
78 llvm::Expected<HostThread> HostProcessWindows::StartMonitoring(
82 // Since the life of this HostProcessWindows instance and the life of the
96 void HostProcessWindows::Close() {