1# RUN: yaml2obj %s -o %t 2# RUN: %lldb -c %t -o "thread list" -o "register read" -b 2>&1 | FileCheck %s 3 4# CHECK: (lldb) target create --core 5# CHECK: Unable to retrieve process ID from minidump file, setting process ID to 1. 6# CHECK: Core file {{.*}} was loaded. 7 8# CHECK: (lldb) thread list 9# CHECK: Process 1 stopped 10# CHECK: * thread #1: tid = 16001, 0x0000000000401dc6 a.out 11 12# CHECK: (lldb) register read 13# CHECK: rsp = 0x00007ffceb34a210 14 15--- !minidump 16Streams: 17 - Type: ThreadList 18 Threads: 19 - Thread Id: 0x00003E81 20 Context: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0010000000000033000000000000000000000006020100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000010A234EBFC7F000010A234EBFC7F00000000000000000000F09C34EBFC7F0000C0A91ABCE97F00000000000000000000A0163FBCE97F00004602000000000000921C40000000000030A434EBFC7F000000000000000000000000000000000000C61D4000000000007F0300000000000000000000000000000000000000000000801F0000FFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FFFF00FFFFFFFFFFFFFF00FFFFFFFF25252525252525252525252525252525000000000000000000000000000000000000000000000000000000000000000000FFFF00FFFFFFFFFFFFFF00FFFFFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 21 Stack: 22 Start of Memory Range: 0x00007FFCEB34A000 23 Content: '' 24 - Type: ModuleList 25 Modules: 26 - Base of Image: 0x0000000000400000 27 Size of Image: 0x00017000 28 Module Name: 'a.out' 29 CodeView Record: '' 30 - Type: SystemInfo 31 Processor Arch: AMD64 32 Platform ID: Linux 33 CSD Version: 'Linux 3.13' 34 CPU: 35 Vendor ID: GenuineIntel 36 Version Info: 0x00000000 37 Feature Info: 0x00000000 38... 39