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

Adrian McCarthy amccarth at google.com
Tue Feb 24 16:46:56 PST 2015


Yes, the test was explicitly trying to set the working directory of the
inferior process to a non-existent directory.  (The working directory of
lldb was valid and contained the target image.)

The failure reported up is 0x0000010b, which corresponds to "The directory
name is invalid."  Unfortunately, lldb simply reports "error: process
launch failed: unknown error".  I assume there's still a task to get the
WinAPI errors reported up through the UI.


http://reviews.llvm.org/D7874

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






More information about the lldb-commits mailing list