[Lldb-commits] [PATCH] Solve hang on Windows when lldb fails to launch the process

Zachary Turner zturner at google.com
Tue Feb 24 16:56:59 PST 2015


Yea, if you look at Error.h / Error.cpp, there's functions like SetError() and GetMessage().  Currently error strings are not reported at all unless you explicitly set a string.  But there's no reason it couldn't ask the system to do the conversion if it's on a platform where the error code makes sense (depending on the category).  Just hasn't been done yet, but it's definitely something we should do at some point.


http://reviews.llvm.org/D7874

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list