[Lldb-commits] [PATCH] D55356: Add a method to get the "base" file address of an object file
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 11:05:06 PST 2018
amccarth accepted this revision.
amccarth added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lit/Modules/MachO/basic-info.yaml:10
+# CHECK: Strata: user
+# CHECK: Base VM address: 0x100000000
+
----------------
Just so I understand, this 0x10000000 is supposed to correspond to the vmaddr of the TEXT section, right? There are a few other vmaddrs and addrs in the YAML that correspond to other addresses.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55356/new/
https://reviews.llvm.org/D55356
More information about the lldb-commits
mailing list