Skip to content

Commit fd41222

Browse files
committed
Keep using an SP in Target
1 parent d8c91ab commit fd41222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Target.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@ bool Target::RunStopHooks() {
30733073
if (num_exe_ctx == 0)
30743074
return false;
30753075

3076-
StreamUP output_sp = m_debugger.GetAsyncOutputStream();
3076+
StreamSP output_sp = m_debugger.GetAsyncOutputStream();
30773077

30783078
bool auto_continue = false;
30793079
bool hooks_ran = false;

0 commit comments

Comments
 (0)