xref: /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/altered_threadState.test (revision 1373f7c714824f5957aa5fabf8370286f86e6b14)
15000e4c2SMed Ismail Bennani# RUN: %clang_host -g %S/Inputs/test.c -o %t.out
25000e4c2SMed Ismail Bennani# RUN: cp %S/Inputs/altered_threadState.crash %t.crash
35000e4c2SMed Ismail Bennani# RUN: %python %S/patch-crashlog.py --binary %t.out --crashlog %t.crash --offsets '{"main":20, "bar":9, "foo":16}'
4*1373f7c7SMed Ismail Bennani# RUN: %lldb %t.out -o 'command script import lldb.macosx.crashlog' -o 'crashlog %t.crash' 2>&1 | FileCheck %s
55000e4c2SMed Ismail Bennani
65000e4c2SMed Ismail Bennani# CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands
75000e4c2SMed Ismail Bennani
85000e4c2SMed Ismail Bennani# CHECK: Thread[0] EXC_BAD_ACCESS (SIGSEGV) (KERN_INVALID_ADDRESS at 0x0000000000000000)
95000e4c2SMed Ismail Bennani# CHECK: [  0] {{.*}}out`foo + 16 at test.c
105000e4c2SMed Ismail Bennani# CHECK: [  1] {{.*}}out`bar + 8 at test.c
115000e4c2SMed Ismail Bennani# CHECK: [  2] {{.*}}out`main + 19 at test.c
125000e4c2SMed Ismail Bennani# CHECK: [  3] 0x{{[0]+}}1000000 start + 1
135000e4c2SMed Ismail Bennani# CHECK: rbp = 0x00007ffee42d8020
14