41 lines · yaml
1# RUN: yaml2obj %s -o %t2# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2> %t.stderr | FileCheck %s3 4# CHECK: (lldb) target create --core5# CHECK: Core file {{.*}} was loaded.6 7# CHECK: (lldb) thread list8# CHECK: Process 1 stopped9# CHECK: * thread #1: tid = 16001, 0x0000000000401dc6 a.out10 11# CHECK: (lldb) register read12# CHECK: rsp = 0x00007ffceb34a21013 14# RUN: cat %t.stderr | FileCheck %s --check-prefix ERROR15# ERROR: unable to retrieve process ID from minidump file, setting process ID to 116 17--- !minidump18Streams:19 - Type: ThreadList20 Threads:21 - Thread Id: 0x00003E8122 Context: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0010000000000033000000000000000000000006020100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000010A234EBFC7F000010A234EBFC7F00000000000000000000F09C34EBFC7F0000C0A91ABCE97F00000000000000000000A0163FBCE97F00004602000000000000921C40000000000030A434EBFC7F000000000000000000000000000000000000C61D4000000000007F0300000000000000000000000000000000000000000000801F0000FFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FFFF00FFFFFFFFFFFFFF00FFFFFFFF25252525252525252525252525252525000000000000000000000000000000000000000000000000000000000000000000FFFF00FFFFFFFFFFFFFF00FFFFFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000023 Stack:24 Start of Memory Range: 0x00007FFCEB34A00025 Content: ''26 - Type: ModuleList27 Modules:28 - Base of Image: 0x000000000040000029 Size of Image: 0x0001700030 Module Name: 'a.out'31 CodeView Record: ''32 - Type: SystemInfo33 Processor Arch: AMD6434 Platform ID: Linux35 CSD Version: 'Linux 3.13'36 CPU:37 Vendor ID: GenuineIntel38 Version Info: 0x0000000039 Feature Info: 0x0000000040...41