[Lldb-commits] [PATCH] D45700: Improve LLDB's handling of non-local minidumps

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 19 02:47:26 PDT 2018


labath added a comment.

It looks like nobody except me is worried about the module-without-an-object-file situation, so I guess we can try this out and see how it goes.

The test you've added here has been failing on windows though. I've tried to fix this in r330314, but it meant modifying the module.file.fullpath output expectations. I'm not sure where you're going with the minidump support, but if you are bothered by module.file.fullpath containing a forward slash, you may want to look into fixing the SBFileSpec behavior.


Repository:
  rL LLVM

https://reviews.llvm.org/D45700





More information about the lldb-commits mailing list