[Lldb-commits] [PATCH] D56543: DWARF: Add some support for non-native directory separators

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 10 09:06:52 PST 2019


aprantl added inline comments.


================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFUnit.h:255
 
+  void ComputePathStyle();
+
----------------
I would probably call this DetectPathStyle() since it's more a heuristic?


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

https://reviews.llvm.org/D56543





More information about the lldb-commits mailing list