[PATCH] D135984: Add a "--load-address <addr>" option to llvm-gsymutil.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 13:53:53 PDT 2022
clayborg updated this revision to Diff 468308.
clayborg added a comment.
- Changed "symbolicating" to "symbolizing" in comments.
- Changed default value of LoadAddress to be UINT64_MAX to allow clients to be able to specify zero as a load address, and UINT64_MAX would never be a valid load addrss for a binary. Modified a test to test this feature as well.
- Re-indent the tests ibn elf-dwarf.yaml so the lines are not as long
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135984/new/
https://reviews.llvm.org/D135984
Files:
llvm/include/llvm/DebugInfo/GSYM/GsymReader.h
llvm/lib/DebugInfo/GSYM/GsymReader.cpp
llvm/test/tools/llvm-gsymutil/X86/elf-dwarf.yaml
llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135984.468308.patch
Type: text/x-patch
Size: 15015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221017/3d08536d/attachment.bin>
More information about the llvm-commits
mailing list