forked from OSchip/llvm-project
parent
3f548137d0
commit
64d6eb1195
|
@ -293,7 +293,6 @@ DynamicLoaderPOSIXDYLD::RefreshModules()
|
|||
ThreadPlanSP
|
||||
DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, bool stop)
|
||||
{
|
||||
LogSP log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
|
||||
ThreadPlanSP thread_plan_sp;
|
||||
|
||||
StackFrame *frame = thread.GetStackFrameAtIndex(0).get();
|
||||
|
|
Loading…
Reference in New Issue