Skip to content

Commit b09bc8a

Browse files
committed
Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""
The relevant changes have been reapplied, and broke build again. llvm-svn: 366889
1 parent 5adbfdd commit b09bc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ NativeProcessNetBSD::NativeProcessNetBSD(::pid_t pid, int terminal_fd,
140140
NativeDelegate &delegate,
141141
const ArchSpec &arch,
142142
MainLoop &mainloop)
143-
: NativeProcessProtocol(pid, terminal_fd, delegate), m_arch(arch) {
143+
: NativeProcessELF(pid, terminal_fd, delegate), m_arch(arch) {
144144
if (m_terminal_fd != -1) {
145145
Status status = EnsureFDFlags(m_terminal_fd, O_NONBLOCK);
146146
assert(status.Success());

0 commit comments

Comments
 (0)