[PATCH] D144565: dwp check overflow
zhuna via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 07:47:17 PDT 2023
zhuna8616 updated this revision to Diff 509011.
zhuna8616 added a comment.
removed even more sensitive info
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144565/new/
https://reviews.llvm.org/D144565
Files:
llvm/test/tools/llvm-dwp/Inputs/overflow/debug_info_v5.s
llvm/test/tools/llvm-dwp/Inputs/overflow/main_v5.s
Index: llvm/test/tools/llvm-dwp/Inputs/overflow/main_v5.s
===================================================================
--- llvm/test/tools/llvm-dwp/Inputs/overflow/main_v5.s
+++ llvm/test/tools/llvm-dwp/Inputs/overflow/main_v5.s
@@ -5,7 +5,7 @@
.type main, at function
main: # @main
.Lfunc_begin0:
- .file 0 "/home/zhuna.1024/gdb-10.1/hello" "main.c" md5 0x77ee8a574e83e137b0f31f877848b7ec
+ .file 0 "/xxxx/xxxxxxxxxx/xxxxxxxx/hello" "main.c" md5 0x77ee8a574e83e137b0f31f877848b7ec
.loc 0 5 0 # main.c:5:0
.cfi_startproc
# %bb.0: # %entry
@@ -80,7 +80,7 @@
.Lstr_offsets_base0:
.section .debug_str,"MS", at progbits,1
.Lskel_string0:
- .asciz "/home/zhuna.1024/gdb-10.1/hello" # string offset=0
+ .asciz "/xxxx/xxxxxxxxxx/xxxxxxxx/hello" # string offset=0
.Lskel_string1:
.asciz "main.dwo" # string offset=32
.section .debug_str_offsets,"", at progbits
Index: llvm/test/tools/llvm-dwp/Inputs/overflow/debug_info_v5.s
===================================================================
--- llvm/test/tools/llvm-dwp/Inputs/overflow/debug_info_v5.s
+++ llvm/test/tools/llvm-dwp/Inputs/overflow/debug_info_v5.s
@@ -5,7 +5,7 @@
.type hello, at function
hello: # @hello
.Lfunc_begin0:
- .file 0 "/home/zhuna.1024/gdb-10.1/hello" "hello.c" md5 0x0b447232502f439981a2fe9f11255f42
+ .file 0 "/xxxx/xxxxxxxxxx/xxxxxxxx/hello" "hello.c" md5 0x0b447232502f439981a2fe9f11255f42
.loc 0 3 0 # hello.c:3:0
.cfi_startproc
# %bb.0: # %entry
@@ -83,7 +83,7 @@
.Lstr_offsets_base0:
.section .debug_str,"MS", at progbits,1
.Lskel_string0:
- .asciz "/home/zhuna.1024/gdb-10.1/hello" # string offset=0
+ .asciz "/xxxx/xxxxxxxxxx/xxxxxxxx/hello" # string offset=0
.Lskel_string1:
.asciz "hello.dwo" # string offset=32
.section .debug_str_offsets,"", at progbits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144565.509011.patch
Type: text/x-patch
Size: 1985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/a16bd040/attachment.bin>
More information about the llvm-commits
mailing list