aprantl added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectMemory.cpp:1695
+              section_sp = section_sp->GetParent();
+            section_name = section_sp->GetName();
+          }
----------------
Why did `section_sp->GetName();` return the Segment name in the original code? 
Is that a bug?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116419

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to