Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-06 Thread Vadim Chugunov via lldb-dev
This seems to work: https://reviews.llvm.org/D27476 On Mon, Dec 5, 2016 at 12:04 PM, Hans Wennborg wrote: > The only thing needed to build the installer should be having NSIS > installed and building the "package" target generated by CMake. The > other prerequisites are

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-05 Thread Zachary Turner via lldb-dev
I'm OOO this week, but I can look into that when I get back. What issues are you having with building LLDB with Ninja? On Mon, Dec 5, 2016 at 4:04 PM Vadim Chugunov wrote: > I am having no luck building LLDB with ninja, and there doesn't seem to be > a "package" target in

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-05 Thread Vadim Chugunov via lldb-dev
I am having no luck building LLDB with ninja, and there doesn't seem to be a "package" target in the generated msbuild solution file, but here's something interesting I found in cmake

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-05 Thread Hans Wennborg via lldb-dev
The only thing needed to build the installer should be having NSIS installed and building the "package" target generated by CMake. The other prerequisites are mostly for building the visual studio clang-format plugin. Having said that, you don't even have to build the installer to see what goes

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-05 Thread Vadim Chugunov via lldb-dev
Hi Hans, I'd love to help, but I don't have half the tools that build_llvm_package.bat requires installed on my machine. My setup is to build llvm with msbuild. Is it possible to build the installer this way too? Can you point me to the specific CMake source that determines what's included in

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-12-05 Thread Hans Wennborg via lldb-dev
cmake path LLDB_DEFAULT_PYTHONHOME, which I pass as a >>> >> macro >>> >> down to InitializePythonHome in >>> >> source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, >>> >> and >>> >> call Py_SetPythonHom

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Vadim Chugunov via lldb-dev
cro >> >> down to InitializePythonHome in >> >> source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, >> and >> >> call Py_SetPythonHome with it. My installations have the python dll and >> >> python library directory. W

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Ted Woodward via lldb-dev
org <h...@chromium.org> Cc: Ted Woodward <ted.woodw...@codeaurora.org>; Reid Kleckner <r...@google.com>; LLDB <lldb-dev@lists.llvm.org> Subject: Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7 I overlooked that part of it, but yes that is another separate issue. (BTW,

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Zachary Turner via lldb-dev
all Py_SetPythonHome with it. My installations have the python dll and > >> python library directory. We put the library in /lib/python35 > and > >> the dll in /bin. > >> > >> -- > >> > >> Qualcomm Innovation Center, Inc. > >> > >

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Vadim Chugunov via lldb-dev
/ScriptInterpreterPython.cpp, >> and >> >> call Py_SetPythonHome with it. My installations have the python dll and >> >> python library directory. We put the library in /lib/python35 >> and >> >> the dll in /bin. >> >> >> >> -- &

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Zachary Turner via lldb-dev
ualcomm Innovation Center, Inc. > >> > >> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > >> Linux Foundation Collaborative Project > >> > >> > >> > >> From: Zachary Turner [mailto:ztur...@google.com] > &g

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Vadim Chugunov via lldb-dev
r, Inc. > >> > >> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a > >> Linux Foundation Collaborative Project > >> > >> > >> > >> From: Zachary Turner [mailto:ztur...@google.com] > >> Sent: Wednesday,

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Hans Wennborg via lldb-dev
c. >> >> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a >> Linux Foundation Collaborative Project >> >> >> >> From: Zachary Turner [mailto:ztur...@google.com] >> Sent: Wednesday, November 23, 2016 12:40 PM >> To:

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-28 Thread Zachary Turner via lldb-dev
6 12:40 PM > *To:* Vadim Chugunov <vadi...@gmail.com> > *Cc:* Reid Kleckner <r...@google.com>; Hans Wennborg <h...@chromium.org>; > LLDB <lldb-dev@lists.llvm.org>; Ted Woodward <ted.woodw...@codeaurora.org> > *Subject:* Re: [lldb-dev] lldb-3.8.1 prebuil

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-11-23 Thread Vadim Chugunov via lldb-dev
This is still broken in the October snapshot. Do you know which script is used to build the Windows installer? On Tue, Oct 11, 2016 at 6:24 PM, Zachary Turner wrote: > I think it is a problem with the way we built lldb. I will look into what > additional steps we need to

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-11 Thread Zachary Turner via lldb-dev
I think it is a problem with the way we built lldb. I will look into what additional steps we need to take when making the prebuilt binary so that it works next time. On Tue, Oct 11, 2016 at 6:20 PM Vadim Chugunov wrote: > Nope, that didn't help. > > On Tue, Oct 11, 2016 at

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-11 Thread Vadim Chugunov via lldb-dev
Nope, that didn't help. On Tue, Oct 11, 2016 at 5:16 PM, Zachary Turner wrote: > I may know what this is. Can you try setting PYTHONPATH though to point > to your Python 3.5 installation though and see if it fixes it? (I don't > think it will, but let's try anyway) > > On

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-11 Thread Zachary Turner via lldb-dev
I may know what this is. Can you try setting PYTHONPATH though to point to your Python 3.5 installation though and see if it fixes it? (I don't think it will, but let's try anyway) On Tue, Oct 11, 2016 at 4:59 PM Vadim Chugunov wrote: > It outputs 'c:\Program Files

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-11 Thread Zachary Turner via lldb-dev
He said he did, so I don't know. Vadim, can you elaborate? When you run `lldb -P` from the command line, what do you see? On Tue, Oct 11, 2016 at 4:00 PM Reid Kleckner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I imagine that Hans doesn't have Python 3 installed on his system, so LLDB >

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-11 Thread Reid Kleckner via lldb-dev
I imagine that Hans doesn't have Python 3 installed on his system, so LLDB didn't autoconfigure with Python support. On Sun, Oct 9, 2016 at 1:07 PM, Vadim Chugunov via lldb-dev < lldb-dev@lists.llvm.org> wrote: > > Does the 4.0 binary not work for you? It is the first release that contains >

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-10-09 Thread Vadim Chugunov via lldb-dev
> Does the 4.0 binary not work for you? It is the first release that contains prebuilt lldb binary. Looks like the Python API is not included though. Do you know why it was left out? ___ lldb-dev mailing list lldb-dev@lists.llvm.org

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-09-22 Thread Pavel Labath via lldb-dev
On 22 September 2016 at 04:51, Chunseok Lee via lldb-dev wrote: > Actually, I am trying to remote-debug from lldb(win host) to > lldb-server(arm/x64 linux). In my case, The problem is that no > lldb-sever-4.0 is available(I only have lldb-server 3.8 for arm/x64 linux). >

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-09-21 Thread Chunseok Lee via lldb-dev
Actually, I am trying to remote-debug from lldb(win host) to lldb-server(arm/x64 linux). In my case, The problem is that no lldb-sever-4.0 is available(I only have lldb-server 3.8 for arm/x64 linux). Q) lldb 4.0 and lldb-server 3.8 are compatible each other? Thank you 나의 iPhone에서 보냄 2016. 9.

Re: [lldb-dev] lldb-3.8.1 prebuilt binary for windows7

2016-09-21 Thread Zachary Turner via lldb-dev
Does the 4.0 binary not work for you? It is the first release that contains prebuilt lldb binary. Probably you are one of the first people to test it, so if you encounter problems, let me know what they are. The version of windows shouldn't matter as long as you are Win7 or higher. No vista.