Add missing SetID method to fix Windows build

llvm-svn: 368852
This commit is contained in:
Aaron Smith 2019-08-14 13:49:52 +00:00
parent bcd4d59a14
commit 03eacbd489
1 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,8 @@ protected:
NativeProcessProtocol(lldb::pid_t pid, int terminal_fd,
NativeDelegate &delegate);
void SetID(lldb::pid_t pid) { m_pid = pid; }
// interface for state handling
void SetState(lldb::StateType state, bool notify_delegates = true);