jingham added inline comments.
================ Comment at: lldb/include/lldb/Target/LanguageRuntime.h:187 + static lldb::UnwindPlanSP + GetAsyncedFrameUnwindPlan(lldb_private::Thread &thread, + lldb_private::RegisterContext *regctx); ---------------- JDevlieghere wrote: > `s/Asynced/Async/` maybe? Maybe "Pending"? From the standpoint of the API, it doesn't really matter why there are some not-currently executing stacks, just that they are not currently executing. Pending describes the state, not the why, so might be more appropriate. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96839/new/ https://reviews.llvm.org/D96839 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits