File: dwarfdump-dump-gdbindex.test

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; cs: 573; fortran: 567
file content (37 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
RUN: llvm-dwarfdump -gdb-index %p/Inputs/dwarfdump-gdbindex-v7.elf-x86-64 | FileCheck %s

; test.cpp:
; int main() { return 0; }
; test2.cpp:
; int main2() { return 0; }
; Compiled with:
; gcc -gsplit-dwarf -c test.cpp test2.cpp
; gold --gdb-index test.o test2.o -o dwarfdump-gdbindex-v7.elf-x86-64
; gcc version 5.3.1 20160413, GNU gold (GNU Binutils for Ubuntu 2.26) 1.11
; Info about gdb-index: https://sourceware.org/gdb/onlinedocs/gdb/Index-Section-Format.html

; CHECK-LABEL: .gdb_index contents:
; CHECK: Version = 7

; CHECK:      CU list offset = 0x18, has 2 entries:
; CHECK-NEXT:   0: Offset = 0x0, Length = 0x34
; CHECK-NEXT:   1: Offset = 0x34, Length = 0x34

; CHECK:      Types CU list offset = 0x38, has 0 entries:

; CHECK:      Address area offset = 0x38, has 2 entries:
; CHECK-NEXT:   Low/High address = [0x4000e8, 0x4000f3) (Size: 0xb), CU id = 0
; CHECK-NEXT:   Low/High address = [0x4000f3, 0x4000fe) (Size: 0xb), CU id = 1

; CHECK:      Symbol table offset = 0x60, size = 1024, filled slots:
; CHECK-NEXT:   489: Name offset = 0x1d, CU vector offset = 0x0
; CHECK-NEXT:     String name: main, CU vector index: 0
; CHECK-NEXT:   754: Name offset = 0x22, CU vector offset = 0x8
; CHECK-NEXT:     String name: int, CU vector index: 1
; CHECK-NEXT:   956: Name offset = 0x26, CU vector offset = 0x14
; CHECK-NEXT:     String name: main2, CU vector index: 2

; CHECK:      Constant pool offset = 0x2060, has 3 CU vectors:
; CHECK-NEXT:   0(0x0): 0x30000000 
; CHECK-NEXT:   1(0x8): 0x90000000 0x90000001
; CHECK-NEXT:   2(0x14): 0x30000001