summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ObjectFile
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-11-26 11:00:23 +0100
committerPavel Labath <pavel@labath.sk>2019-11-26 13:58:26 +0100
commit4023bd05fcb4f75c6a11d661f407f8e0896176e2 (patch)
treea13776ba291df193e408319b87620c14296b7025 /lldb/test/Shell/ObjectFile
parent30fc94be237f26d3127d8bbc872d9e3b82f03590 (diff)
downloadbcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.tar.gz
bcm5719-llvm-4023bd05fcb4f75c6a11d661f407f8e0896176e2.zip
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Diffstat (limited to 'lldb/test/Shell/ObjectFile')
-rw-r--r--lldb/test/Shell/ObjectFile/ELF/section-types.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/test/Shell/ObjectFile/ELF/section-types.yaml b/lldb/test/Shell/ObjectFile/ELF/section-types.yaml
index 9f6b4c0533b..caac76a789c 100644
--- a/lldb/test/Shell/ObjectFile/ELF/section-types.yaml
+++ b/lldb/test/Shell/ObjectFile/ELF/section-types.yaml
@@ -13,6 +13,12 @@
# CHECK-LABEL: Name: .debug_types.dwo
# CHECK-NEXT: Type: dwarf-types-dwo
+# CHECK-LABEL: Name: .debug_rnglists
+# CHECK-NEXT: Type: dwarf-rnglists
+
+# CHECK-LABEL: Name: .debug_rnglists.dwo
+# CHECK-NEXT: Type: dwarf-rnglists-dwo
+
# CHECK-LABEL: Name: .debug_names
# CHECK-NEXT: Type: dwarf-names
@@ -58,6 +64,14 @@ Sections:
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
Content: DEADBEEFBAADF00D
+ - Name: .debug_rnglists
+ Type: SHT_PROGBITS
+ AddressAlign: 0x0000000000000001
+ Content: DEADBEEFBAADF00D
+ - Name: .debug_rnglists.dwo
+ Type: SHT_PROGBITS
+ AddressAlign: 0x0000000000000001
+ Content: DEADBEEFBAADF00D
- Name: .debug_names
Type: SHT_PROGBITS
AddressAlign: 0x0000000000000001
OpenPOWER on IntegriCloud