[lldb-dev] XCode build failing

2017-08-01 Thread Vadim Macagon via lldb-dev
Hi, My changes in r309664 (https://reviews.llvm.org/D35881) broke the XCode build, I'm guessing because I didn't update the XCode project(s) to reference these new files: include/lldb/API/SBProcessInfo.h trunk/scripts/interface/SBProcessInfo.i source/API/SBProcessInfo.cpp Could someone pleas

Re: [lldb-dev] MI command for connecting remote target

2016-09-22 Thread Vadim Macagon via lldb-dev
You need to specify the executable to debug before attempting to connect to the remote machine: lldb-mi --interpreter -file-exec-and-symbols local/path/to/executable -target-select remote host:port Note that the file-exec-and-symbols command has some non-standard extensions in LLDB-MI that

Re: [lldb-dev] " Import error: No module named embedded_interpreter" on windows

2015-10-05 Thread Vadim Macagon via lldb-dev
A couple of fixes to the Python/LLDB Windows build process were committed on Oct 1st, I suggest you try building a more recent revision (especially if setting CMAKE_BUILD_TYPE to Debug as suggested by Zach fixes your issue). On 6/10/2015 3:15 AM, Zachary Turner via lldb-dev wrote: Are you usi