[Lldb-commits] [PATCH] D151043: [lldb] Add "Trace" stop reason in Scripted Thread

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 22 10:56:47 PDT 2023


mib added a comment.

In D151043#4360968 <https://reviews.llvm.org/D151043#4360968>, @JDevlieghere wrote:

> LGTM. Are there other stop reasons that are currently not supported by scripted threads that we should consider supporting?

Scripted Threads still don't support `eStopReasonWatchpoint` as well as all of these stop reasons :

  eStopReasonExec,
  eStopReasonPlanComplete,
  eStopReasonThreadExiting,
  eStopReasonInstrumentation,
  eStopReasonProcessorTrace,
  eStopReasonFork,
  eStopReasonVFork,
  eStopReasonVForkDone,

I'll implement the watchpoint stop info in a follow-up (should very similar to the breakpoint stop info), but I'm not sure if need to implement support to any of the other ... @jingham, what do you think ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151043



More information about the lldb-commits mailing list