We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c91ab commit fd41222Copy full SHA for fd41222
lldb/source/Target/Target.cpp
@@ -3073,7 +3073,7 @@ bool Target::RunStopHooks() {
3073
if (num_exe_ctx == 0)
3074
return false;
3075
3076
- StreamUP output_sp = m_debugger.GetAsyncOutputStream();
+ StreamSP output_sp = m_debugger.GetAsyncOutputStream();
3077
3078
bool auto_continue = false;
3079
bool hooks_ran = false;
0 commit comments