File: dwarf5-locaddrx.test

package info (click to toggle)
llvm-toolchain-17 1%3A17.0.6-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,799,624 kB
  • sloc: cpp: 6,428,607; ansic: 1,383,196; asm: 793,408; python: 223,504; objc: 75,364; f90: 60,502; lisp: 33,869; pascal: 15,282; sh: 9,684; perl: 7,453; ml: 4,937; awk: 3,523; makefile: 2,889; javascript: 2,149; xml: 888; fortran: 619; cs: 573
file content (85 lines) | stat: -rw-r--r-- 4,184 bytes parent folder | download | duplicates (4)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
; RUN: rm -rf %t
; RUN: mkdir %t
; RUN: cd %t
; RUN: llvm-mc -dwarf-version=5 -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-locaddrx.s \
; RUN: -split-dwarf-file=mainlocadddrx.dwo -o mainlocadddrx.o
; RUN: %clang %cflags -gdwarf-5 -gsplit-dwarf=split mainlocadddrx.o -o mainlocadddrx.exe
; RUN: llvm-bolt mainlocadddrx.exe -o mainlocadddrx.exe.bolt --update-debug-sections
; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.exe | FileCheck -check-prefix=PRE-BOLT %s
; RUN: llvm-dwarfdump --show-form --verbose --debug-addr mainlocadddrx.exe.bolt &> %t/foo.txt
; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.exe.bolt >> %t/foo.txt
; RUN: cat %t/foo.txt | FileCheck -check-prefix=BOLT %s
; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.dwo | FileCheck -check-prefix=PRE-BOLT-DWO %s
; RUN: llvm-dwarfdump --show-form --verbose --debug-info mainlocadddrx.dwo.dwo | FileCheck -check-prefix=BOLT-DWO %s

; Testing dwarf5 split dwarf. Making sure DW_AT_low_pc/DW_AT_high_pc are converted correctly in the binary and in dwo.
; Checking that DW_AT_location [DW_FORM_exprloc]	(DW_OP_addrx 0x0) is updated correctly.

; PRE-BOLT: version = 0x0005
; PRE-BOLT: DW_TAG_skeleton_unit
; PRE-BOLT: DW_AT_low_pc [DW_FORM_addrx]
; PRE-BOLT-NEXT: DW_AT_high_pc [DW_FORM_data4]
; PRE-BOLT: DW_AT_addr_base [DW_FORM_sec_offset]  (0x00000008)

; BOLT: Addrs: [
; BOLT-NEXT: 0x
; BOLT-NEXT: 0x
; BOLT-NEXT: 0x[[#%.16x,ADDR:]]
; BOLT-NEXT: 0x
; BOLT-NEXT: 0x[[#%.16x,ADDR2:]]
; BOLT: DW_TAG_skeleton_unit
; BOLT: DW_AT_low_pc [DW_FORM_addrx]	(indexed (00000003) address = 0x0000000000000000)
; BOLT-NEXT: DW_AT_ranges [DW_FORM_rnglistx] (indexed (0x0) rangelist = 0x00000010
; BOLT-NEXT: [0x[[#ADDR]]
; BOLT-SAME: 0x[[#ADDR + 0x24]]
; BOLT-NEXT: [0x[[#ADDR2]]
; BOLT-SAME: 0x[[#ADDR2 + 0x54]]
; BOLT-NEXT: DW_AT_addr_base [DW_FORM_sec_offset]  (0x00000008)
; BOLT-NEXT: DW_AT_rnglists_base [DW_FORM_sec_offset]  (0x0000000c)

; PRE-BOLT-DWO: version = 0x0005
; PRE-BOLT-DWO: DW_TAG_compile_unit
; PRE-BOLT-DWO: DW_TAG_variable [2]
; PRE-BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1]	(indexed (00000000) string = "x")
; PRE-BOLT-DWO-NEXT: DW_AT_type
; PRE-BOLT-DWO-NEXT: DW_AT_external
; PRE-BOLT-DWO-NEXT: DW_AT_decl_file
; PRE-BOLT-DWO-NEXT: DW_AT_decl_line
; PRE-BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc]	(DW_OP_addrx 0x0)
; PRE-BOLT-DWO: DW_TAG_variable [2]
; PRE-BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1]	(indexed (00000002) string = "y")
; PRE-BOLT-DWO-NEXT: DW_AT_type
; PRE-BOLT-DWO-NEXT: DW_AT_external
; PRE-BOLT-DWO-NEXT: DW_AT_decl_file
; PRE-BOLT-DWO-NEXT: DW_AT_decl_line
; PRE-BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc]	(DW_OP_addrx 0x1)
; PRE-BOLT-DWO: DW_TAG_subprogram
; PRE-BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx]	(indexed (00000002)
; PRE-BOLT-DWO-NEXT: DW_AT_high_pc [DW_FORM_data4]	(0x00000024)
; PRE-BOLT-DWO: DW_TAG_subprogram
; PRE-BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx]	(indexed (00000003)
; PRE-BOLT-DWO-NEXT: DW_AT_high_pc [DW_FORM_data4]	(0x0000005a)

; BOLT-DWO: DW_TAG_compile_unit
; BOLT-DWO: DW_TAG_variable [2]
; BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1]	(indexed (00000000) string = "x")
; BOLT-DWO-NEXT: DW_AT_type
; BOLT-DWO-NEXT: DW_AT_external
; BOLT-DWO-NEXT: DW_AT_decl_file
; BOLT-DWO-NEXT: DW_AT_decl_line
; BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc]	(DW_OP_addrx 0x0)
; BOLT-DWO: DW_TAG_variable [2]
; BOLT-DWO-NEXT: DW_AT_name [DW_FORM_strx1]	(indexed (00000002) string = "y")
; BOLT-DWO-NEXT: DW_AT_type
; BOLT-DWO-NEXT: DW_AT_external
; BOLT-DWO-NEXT: DW_AT_decl_file
; BOLT-DWO-NEXT: DW_AT_decl_line
; BOLT-DWO-NEXT: DW_AT_location [DW_FORM_exprloc]	(DW_OP_addrx 0x1)
; BOLT-DWO: DW_TAG_subprogram [4]
; BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx]	(indexed (00000003)
; BOLT-DWO-NEXT: DW_AT_ranges [DW_FORM_rnglistx]	(indexed (0x0) rangelist = 0x00000014
; BOLT-DWO-NEXT: [0x0000000000000000, 0x0000000000000024))
; BOLT-DWO: DW_TAG_subprogram [6]
; BOLT-DWO-NEXT: DW_AT_low_pc [DW_FORM_addrx]	(indexed (00000003)
; BOLT-DWO-NEXT: DW_AT_ranges [DW_FORM_rnglistx]	(indexed (0x1) rangelist = 0x00000018
; BOLT-DWO-NEXT: [0x0000000000000000, 0x0000000000000054))