[Lldb-commits] [PATCH] D147001: [lldb] TestInferiorCrashing.py should check for crash reason
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 28 12:19:30 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9efb4db29dcc: [lldb] TestInferiorCrashing.py should check for crash reason (authored by bulbazord).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147001/new/
https://reviews.llvm.org/D147001
Files:
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py
Index: lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py
===================================================================
--- lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py
+++ lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py
@@ -64,7 +64,7 @@
if self.platformIsDarwin():
stop_reason = 'stop reason = EXC_BAD_ACCESS'
elif self.getPlatform() == "linux" or self.getPlatform() == "freebsd":
- stop_reason = 'stop reason = signal SIGSEGV'
+ stop_reason = 'stop reason = signal SIGSEGV: address not mapped to object'
else:
stop_reason = 'stop reason = invalid address'
self.expect("thread list", STOPPED_DUE_TO_EXC_BAD_ACCESS,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147001.509096.patch
Type: text/x-patch
Size: 779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230328/b87ddce5/attachment.bin>
More information about the lldb-commits
mailing list