summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Host/freebsd/Host.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/source/Host/freebsd/Host.cpp b/lldb/source/Host/freebsd/Host.cpp
index 937c06fdef3..a17be9f4719 100644
--- a/lldb/source/Host/freebsd/Host.cpp
+++ b/lldb/source/Host/freebsd/Host.cpp
@@ -77,6 +77,13 @@ Host::ThreadCreated (const char *thread_name)
}
}
+std::string
+Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid)
+{
+ std::string thread_name;
+ return thread_name;
+}
+
void
Host::Backtrace (Stream &strm, uint32_t max_frames)
{
OpenPOWER on IntegriCloud