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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to