[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
Sun May 21 00:55:41 PDT 2023
mib added inline comments.
================
Comment at: lldb/test/API/functionalities/scripted_process/dummy_scripted_process.py:70-71
def get_stop_reason(self) -> Dict[str, Any]:
- return { "type": lldb.eStopReasonSignal, "data": {
- "signal": signal.SIGINT
- } }
----------------
Other tests still user a `lldb.eStopReasonSignal` with Scripted Processes so we can just replace this by an `lldb.eStopReasonTrace` instead
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