We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374fae9 commit 5c23fe3Copy full SHA for 5c23fe3
lldb/test/API/functionalities/gdb_remote_client/basic_eh_frame-riscv64.yaml
@@ -0,0 +1,20 @@
1
+--- !ELF
2
+FileHeader:
3
+ Class: ELFCLASS64
4
+ Data: ELFDATA2LSB
5
+ Type: ET_EXEC
6
+ Machine: EM_RISCV
7
+Sections:
8
+ - Name: .text
9
+ Type: SHT_PROGBITS
10
+ Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
11
+ Address: 0x0000000000000570
12
+ AddressAlign: 0x0000000000000004
13
+ Content: DEADBEEF
14
+ - Name: .eh_frame
15
16
+ Flags: [ SHF_ALLOC ]
17
+ Address: 0x0000000000000688
18
+ AddressAlign: 0x0000000000000008
19
+ Content: 000006881000000000000000037a5200017c0101000006981b0d02001000000018000000ccfeffff000006a82200000000070100200000002c000000000006b89cffffff1000000000420e1042880242000006c80c080046c80c0210420e000000000000
20
+...
0 commit comments