[Lldb-commits] [PATCH] D71770: [lldb] Don't process symlinks deep inside DWARFUnit

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 20 04:07:56 PST 2020


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


================
Comment at: lldb/include/lldb/Core/Module.h:972
+      ModuleList::GetGlobalModuleListProperties()
+          .GetSymlinkMappings();     ///< Module specific source remappings for
+                                     /// when you have debug info for a module
----------------
JDevlieghere wrote:
> Nit: can you move the comment before the variable with `///`? `///<` rarely makes sense with the 80 col limit and it's already broken in the comment for `m_old_symfiles`... 
Good point.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71770





More information about the lldb-commits mailing list