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

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

Reply via email to