[Lldb-commits] [PATCH] D25196: Adding a new Minidump post-mortem debugging plugin

Dimitar Vlahovski via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 3 11:34:35 PDT 2016


dvlahovski added inline comments.


> labath wrote in ProcessMinidump.cpp:67
> It already is return true.
> 
> Is that correct?

What I meant here is: is there functionality that needs to be added here.
In the WinMinidump plugin, this method is only returning true (as mine) and has a TODO saying that it should have actual logic in it

https://reviews.llvm.org/D25196





More information about the lldb-commits mailing list