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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 22 17:06:11 PDT 2023


jingham added a comment.

If a Scripted process is able to provide private events and enough info to lldb's lower level calls (read memory, registers) to work the thread-plan machinery then it won't need to generate the inferred stop reasons like PlanComplete and Instrumentation.  But the scripted threads might just be producing public stops w/o the underlying model that would allow lldb to generate them.  In that case, the scripted thread will also need to be able to produce the inferred stop reasons.


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