[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 23:42:01 PST 2021


mgorny added a comment.

Well, that's what happens with the core file I have and what you're asking for is really above my paygrade. That said, this is kernel core dump, so load addresses should probably be the same as vm-addresses in the file. If adding something simple to the core file will achieve this, I suppose I can modify the generator instead.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114675/new/

https://reviews.llvm.org/D114675



More information about the lldb-commits mailing list