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

Greg Clayton clayborg at gmail.com
Fri Dec 5 14:47:05 PST 2014


The only thing I don't know about is the:

```
    launch_info.SetArchitecture(HostInfo::GetArchitecture());

```

Line... You might specify a tool on MacOSX that is i386 like "/path/to/i386/a.out" and if you set this to the system architecture x86_64-apple-macosx, it won't execute the shell tool. This should probably be removed. Did you need to do this for windows or did you just add be because you thought it would always be correct?

http://reviews.llvm.org/D6553






More information about the lldb-commits mailing list