summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-same-uuids.yaml
blob: 21c5220e415dbed0b680fc39101d3918e43310de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- !minidump
Streams:
  - Type:            SystemInfo
    Processor Arch:  AMD64
    Platform ID:     Linux
    CSD Version:     '15E216'
    CPU:
      Vendor ID:       GenuineIntel
      Version Info:    0x00000000
      Feature Info:    0x00000000
  - Type:            ModuleList
    Modules:
      - Base of Image:   0x0000000000001000
        Size of Image:   0x00001000
        Module Name:     '/file/does/not/exist/a'
        CodeView Record: '52534453112233441122334411223344112233441122334411'
      - Base of Image:   0x0000000000003000
        Size of Image:   0x00001000
        Module Name:     '/file/does/not/exist/b'
        CodeView Record: '52534453112233441122334411223344112233441122334411'
...