[Lldb-commits] [lldb] [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (PR #101237)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 5 07:54:25 PDT 2024


================
@@ -384,6 +392,9 @@ class ObjectFileELF : public lldb_private::ObjectFile {
   /// ELF dependent module dump routine.
   void DumpDependentModules(lldb_private::Stream *s);
 
+  /// ELF dump the .dynamic section
+  void DumpELFDynamic(lldb_private::Stream *s);
----------------
labath wrote:

I wouldn't say its required, but I'd like changing these to a reference (in another patch). If the patch is trivial/obvious, i don't think it requires a review.

https://github.com/llvm/llvm-project/pull/101237


More information about the lldb-commits mailing list