[Lldb-commits] [PATCH] Fix some posixy assumptions that were used during RunShellCommand

Zachary Turner zturner at google.com
Fri Dec 5 15:30:49 PST 2014


Actually wait.  Currently the architecture is completely uninitialized, so
anything that would break as a result of setting it in
Host::RunShellCommand would already break, because it would be making an
assumption that it could use an uninitialized ArchSpec.  So this actually
seems a little better than before.

A more robust fix might involve breaking this function up into smaller
pieces.

http://reviews.llvm.org/D6553






More information about the lldb-commits mailing list