[Lldb-commits] [PATCH] D62501: Implement GetSharedLibraryInfoAddress
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 3 10:42:44 PDT 2019
aadsm marked an inline comment as done.
aadsm added inline comments.
================
Comment at: lldb/include/lldb/Host/common/NativeProcessProtocol.h:430
+ lldb::addr_t GetELFImageInfoAddress();
+
----------------
clayborg wrote:
> This doesn't seem like it belongs in the base class. Maybe just add it to NativeProcessLinux.h?
oops, it certainly does not, my mistake.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62501/new/
https://reviews.llvm.org/D62501
More information about the lldb-commits
mailing list