[Lldb-commits] [PATCH] D55356: Add a method to get the "base" file address of an object file
Leonard Mosescu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 14:10:19 PST 2018
lemo added inline comments.
================
Comment at: include/lldb/Symbol/ObjectFile.h:569
+ /// Returns the base file address of an object file (also known as the
+ /// preferred load address or image base address). This is typically the file
----------------
"file address" can mean an offset within a container file.
to avoid any confusion I'd use "base address" (or "image base address")
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55356/new/
https://reviews.llvm.org/D55356
More information about the lldb-commits
mailing list