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



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to