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.
ThreadPlan::DidPop
1 parent 531766e commit e3adfbcCopy full SHA for e3adfbc
lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntimeNames.cpp
@@ -319,7 +319,7 @@ class ThreadPlanStepInAsync : public ThreadPlan {
319
320
bool StopOthers() override { return false; }
321
322
- void WillPop() override {
+ void DidPop() override {
323
if (m_async_breakpoint_sp)
324
m_async_breakpoint_sp->GetTarget().RemoveBreakpointByID(
325
m_async_breakpoint_sp->GetID());
0 commit comments