[Lldb-commits] [PATCH] D133366: [lldb] Fix SBFileSpec.fullpath for Windows

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 15 00:00:28 PST 2022


labath added a comment.

The real problem here is that the `__get_fullpath__` implementation does not use the path style information from within the FileSpec object. Hardcoding it to use the host os path style (instead of posix style) just changes the set of bugs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133366



More information about the lldb-commits mailing list