summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/InstrumentationRuntime.cpp
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-04-10 18:57:38 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-04-10 18:57:38 +0000
commit1aad8fb7720a21e22836d153a3a86eaa67242174 (patch)
tree3013bbc0e3f7fe6aa7ba9046c2eef953af535125 /lldb/source/Target/InstrumentationRuntime.cpp
parent8d16199b7b0247cf3047dc294ae5e180b72ac5fd (diff)
downloadbcm5719-llvm-1aad8fb7720a21e22836d153a3a86eaa67242174.tar.gz
bcm5719-llvm-1aad8fb7720a21e22836d153a3a86eaa67242174.zip
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin.
llvm-svn: 265905
Diffstat (limited to 'lldb/source/Target/InstrumentationRuntime.cpp')
-rw-r--r--lldb/source/Target/InstrumentationRuntime.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Target/InstrumentationRuntime.cpp b/lldb/source/Target/InstrumentationRuntime.cpp
index 7386c4efa73..af7955f9c34 100644
--- a/lldb/source/Target/InstrumentationRuntime.cpp
+++ b/lldb/source/Target/InstrumentationRuntime.cpp
@@ -50,3 +50,9 @@ InstrumentationRuntime::IsActive()
{
return false;
}
+
+lldb::ThreadCollectionSP
+InstrumentationRuntime::GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info)
+{
+ return ThreadCollectionSP(new ThreadCollection());
+}
OpenPOWER on IntegriCloud