Revert "[LoongArch] Eliminate the redundant sign extension of division (#107971)"
[llvm-project.git] / lldb / test / API / functionalities / gdb_remote_client / basic_eh_frame.yaml
blob384b9b992b407d6ee26584a55a79702816f405f3
1 --- !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_X86_64
7   Entry:           0x0000000000401000
8 Sections:
9   - Name:            .text
10     Type:            SHT_PROGBITS
11     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
12     Address:         0x0000000000401000
13     AddressAlign:    0x0000000000000001
14     Content:         C3
15   - Name:            .eh_frame
16     Type:            SHT_PROGBITS
17     Flags:           [ SHF_ALLOC ]
18     Address:         0x0000000000402000
19     AddressAlign:    0x0000000000000008
20     Content:         1800000000000000017A5200017810011B0C070890010E80010000001000000020000000DCEFFFFF0100000000000000
21 Symbols:
22   - Name:            .text
23     Type:            STT_SECTION
24     Section:         .text
25     Value:           0x0000000000401000
26   - Name:            .eh_frame
27     Type:            STT_SECTION
28     Section:         .eh_frame
29     Value:           0x0000000000402000
30   - Name:            _start
31     Binding:         STB_GLOBAL
32   - Name:            __bss_start
33     Section:         .eh_frame
34     Binding:         STB_GLOBAL
35     Value:           0x0000000000404000
36   - Name:            foo
37     Section:         .text
38     Binding:         STB_GLOBAL
39     Value:           0x0000000000401000
40   - Name:            _edata
41     Section:         .eh_frame
42     Binding:         STB_GLOBAL
43     Value:           0x0000000000404000
44   - Name:            _end
45     Section:         .eh_frame
46     Binding:         STB_GLOBAL
47     Value:           0x0000000000404000
48 ...