[Lldb-commits] [PATCH] D66791: [lldb][ELF] Read symbols from .gnu_debugdata sect.

Konrad Wilhelm Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 2 00:48:21 PDT 2019


kwk marked 2 inline comments as done.
kwk added inline comments.


================
Comment at: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h:395
+
+  std::shared_ptr<ObjectFileELF> m_gnuDebugDataObjectFile;
 };
----------------
labath wrote:
> move this next to other instance variables.
Fixed in 0427898acf4a292f9737a33059e985239cc0e640


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66791





More information about the lldb-commits mailing list