[PATCH] D135984: Add a "--load-address <addr>" option to llvm-gsymutil.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 12:57:55 PDT 2022
clayborg added a comment.
Herald added a subscriber: ormris.
The basic flow from the command line is similar to atos:
$ llvm-gsymutil --load-address=0x800000 --address=0x800391 /path/to/a.gsym
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135984/new/
https://reviews.llvm.org/D135984
More information about the llvm-commits
mailing list