[Lldb-commits] [PATCH] D96715: [lldb] Decouple IsMasterPlan and OkayToDiscard (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 15 09:28:56 PST 2021


kastiglione added inline comments.


================
Comment at: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp:72
+    m_func_sp->SetIsMasterPlan(false);
     m_func_sp->SetOkayToDiscard(true);
     PushPlan(m_func_sp);
----------------
This is the only remaining `SetOkayToDiscard(true)` call.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96715/new/

https://reviews.llvm.org/D96715



More information about the lldb-commits mailing list