aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/InstrumentationRuntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/InstrumentationRuntime.cpp')
-rw-r--r--lldb/source/Target/InstrumentationRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/InstrumentationRuntime.cpp b/lldb/source/Target/InstrumentationRuntime.cpp
index 9da06e8..d5a2e2e 100644
--- a/lldb/source/Target/InstrumentationRuntime.cpp
+++ b/lldb/source/Target/InstrumentationRuntime.cpp
@@ -73,5 +73,5 @@ void InstrumentationRuntime::ModulesDidLoad(
lldb::ThreadCollectionSP
InstrumentationRuntime::GetBacktracesFromExtendedStopInfo(
StructuredData::ObjectSP info) {
- return ThreadCollectionSP(new ThreadCollection());
+ return std::make_shared<ThreadCollection>();
}