[Lldb-commits] [PATCH] D81465: [lldb] Fix and enable Windows minidump tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 9 07:39:38 PDT 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Thanks for getting back to this. I think this is a good workaround for the problem (maybe it would be good to make a note of that in the comment). The `fullpath` implementation should be fixed use the correct path separator, but I haven't yet figured out a good way to do it -- it will probably involve reimplementing `fullpath` on top of `GetPath` and fiddling with swig typemaps so that `GetPath` is usable from python...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81465/new/
https://reviews.llvm.org/D81465
More information about the lldb-commits
mailing list