[Lldb-commits] [PATCH] D114675: [lldb] [Target] Support fallback to file address in ReadMemory()
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 29 00:35:17 PST 2021
mgorny added a comment.
In D114675#3157595 <https://reviews.llvm.org/D114675#3157595>, @labath wrote:
> I don't think this is the right solution to this problem.
If it's not, then the expression parser should probably be changed for consistency.
> The way I see it, there are two separate questions here:
>
> - why is the module containing `hz` not loaded? The core file contains a proper memory address for it, does it not?
Not sure what you're asking about. The symbol's address (as determined from the kernel executable) is found in one of the PT_LOAD segments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114675/new/
https://reviews.llvm.org/D114675
More information about the lldb-commits
mailing list