summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/POSIXThread.cpp')
-rw-r--r--lldb/source/Plugins/Process/POSIX/POSIXThread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp b/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
index daff408dec2..7da19d7a505 100644
--- a/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
+++ b/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
@@ -417,6 +417,7 @@ POSIXThread::WatchNotify(const ProcessMessage &message)
void
POSIXThread::TraceNotify(const ProcessMessage &message)
{
+#ifndef __FreeBSD__
RegisterContextPOSIX* reg_ctx = GetRegisterContextPOSIX();
if (reg_ctx)
{
@@ -431,6 +432,7 @@ POSIXThread::TraceNotify(const ProcessMessage &message)
}
}
}
+#endif
SetStopInfo (StopInfo::CreateStopReasonToTrace(*this));
}
OpenPOWER on IntegriCloud