Index: source/Target/ThreadPlanCallFunction.cpp =================================================================== --- source/Target/ThreadPlanCallFunction.cpp +++ source/Target/ThreadPlanCallFunction.cpp @@ -434,7 +434,8 @@ if (IsPlanComplete()) { - ReportRegisterState ("Function completed. Register state was:"); + if (!m_takedown_done) + ReportRegisterState ("Function completed. Register state was:"); return true; } else