xref: /llvm-project/lldb/test/API/python_api/debugger/macho.yaml (revision af921006d3792fa28d1070f015dcfd145e082ed2)
1--- !mach-o
2FileHeader:      
3  magic:           0xFEEDFACF
4  cputype:         0x01000007
5  cpusubtype:      0x00000003
6  filetype:        0x00000001
7  ncmds:           4
8  sizeofcmds:      1160
9  flags:           0x00002000
10  reserved:        0x00000000
11LoadCommands:    
12  - cmd:             LC_SEGMENT_64
13    cmdsize:         1032
14    segname:         ''
15    vmaddr:          0
16    vmsize:          744
17    fileoff:         1192
18    filesize:        744
19    maxprot:         7
20    initprot:        7
21    nsects:          12
22    flags:           0
23    Sections:        
24      - sectname:        __text
25        segname:         __TEXT
26        addr:            0x0000000000000000
27        size:            22
28        offset:          0x000004A8
29        align:           4
30        reloff:          0x00000000
31        nreloc:          0
32        flags:           0x80000400
33        reserved1:       0x00000000
34        reserved2:       0x00000000
35        reserved3:       0x00000000
36  - cmd:             LC_BUILD_VERSION
37    cmdsize:         24
38    platform:        1
39    minos:           658944
40    sdk:             658944
41    ntools:          0
42...
43