[Lldb-commits] [PATCH] D96839: Add a callout to the LanguageRuntime to override the normal UnwindPlan used for a frame

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 17 09:19:53 PST 2021


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



More information about the lldb-commits mailing list