Skip to content

Commit 03eacbd

Browse files
committed
Add missing SetID method to fix Windows build
llvm-svn: 368852
1 parent bcd4d59 commit 03eacbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Host/common/NativeProcessProtocol.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ class NativeProcessProtocol {
430430
NativeProcessProtocol(lldb::pid_t pid, int terminal_fd,
431431
NativeDelegate &delegate);
432432

433+
void SetID(lldb::pid_t pid) { m_pid = pid; }
434+
433435
// interface for state handling
434436
void SetState(lldb::StateType state, bool notify_delegates = true);
435437

0 commit comments

Comments
 (0)