[Lldb-commits] [PATCH] D62501: Implement GetSharedLibraryInfoAddress

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 3 10:21:53 PDT 2019


clayborg requested changes to this revision.
clayborg added inline comments.
This revision now requires changes to proceed.


================
Comment at: lldb/include/lldb/Host/common/NativeProcessProtocol.h:430
 
+  lldb::addr_t GetELFImageInfoAddress();
+
----------------
This doesn't seem like it belongs in the base class. Maybe just add it to NativeProcessLinux.h?


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