xref: /llvm-project/lldb/test/API/functionalities/gdb_remote_client/basic_eh_frame-i386.yaml (revision 66249323d25f6db1dc76bd9fb3b9eebe436519a6)
1--- !ELF
2FileHeader:
3  Class:           ELFCLASS32
4  Data:            ELFDATA2LSB
5  Type:            ET_EXEC
6  Machine:         EM_386
7  Entry:           0x00401000
8Sections:
9  - Name:            .text
10    Type:            SHT_PROGBITS
11    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
12    Address:         0x00401000
13    AddressAlign:    0x00000001
14    Content:         C3
15  - Name:            .eh_frame
16    Type:            SHT_PROGBITS
17    Flags:           [ SHF_ALLOC ]
18    Address:         0x00402000
19    AddressAlign:    0x00000008
20    Content:         1800000000000000017A5200017810011B0C070890010E80010000001000000020000000DCEFFFFF0100000000000000
21Symbols:
22  - Name:            .text
23    Type:            STT_SECTION
24    Section:         .text
25    Value:           0x00401000
26  - Name:            .eh_frame
27    Type:            STT_SECTION
28    Section:         .eh_frame
29    Value:           0x00402000
30  - Name:            _start
31    Binding:         STB_GLOBAL
32  - Name:            __bss_start
33    Section:         .eh_frame
34    Binding:         STB_GLOBAL
35    Value:           0x00404000
36  - Name:            foo
37    Section:         .text
38    Binding:         STB_GLOBAL
39    Value:           0x00401000
40  - Name:            _edata
41    Section:         .eh_frame
42    Binding:         STB_GLOBAL
43    Value:           0x00404000
44  - Name:            _end
45    Section:         .eh_frame
46    Binding:         STB_GLOBAL
47    Value:           0x00404000
48