Re: [lldb-dev] Aprilis LLDB/NetBSD

2017-04-04 Thread Kamil Rytarowski via lldb-dev
On 05.04.2017 02:21, Christos Zoulas wrote: > On Apr 5, 1:10am, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Re: Aprilis LLDB/NetBSD > > | Currently there is nothing planned on the base system side. All the > | enhancements are to be done on the LLDB side. > | > | Our core-dump files con

Re: [lldb-dev] Aprilis LLDB/NetBSD

2017-04-04 Thread Kamil Rytarowski via lldb-dev
On 05.04.2017 00:52, Christos Zoulas wrote: > On Apr 4, 10:24pm, n...@gmx.com (Kamil Rytarowski) wrote: > -- Subject: Aprilis LLDB/NetBSD > > | Hello, > | > | I've dropped few paragraphs on the NetBSD status: > | > | https://blog.netbsd.org/tnf/entry/netbsd_the_first_bsd_introducing > | > | I'm

[lldb-dev] Aprilis LLDB/NetBSD

2017-04-04 Thread Kamil Rytarowski via lldb-dev
Hello, I've dropped few paragraphs on the NetBSD status: https://blog.netbsd.org/tnf/entry/netbsd_the_first_bsd_introducing I'm going to focus on the following tasks till Easter holidays * watchpoints support, * floating point registers support, * enhance core(5) and make it work for multiple

Re: [lldb-dev] Using LLDB API on windows

2017-04-04 Thread Eli Zaretskii via lldb-dev
> From: Russell Greene > Date: Tue, 04 Apr 2017 14:50:23 + > Cc: ted.woodw...@codeaurora.org, lldb-dev@lists.llvm.org > > Well I would guess the main problem is lldb being compiled in a msys > environment which I guess lldb > recognizes to be so posix to try and launch lldb-server. The resul

Re: [lldb-dev] Using LLDB API on windows

2017-04-04 Thread Russell Greene via lldb-dev
Well I would guess the main problem is lldb being compiled in a msys environment which I guess lldb recognizes to be so posix to try and launch lldb-server. The results I gave you are from the mingw-w64-x86_64-lldb package in msys2. Pretty sure mingw and msvc have different ABIs though (at least f

Re: [lldb-dev] Using LLDB API on windows

2017-04-04 Thread Eli Zaretskii via lldb-dev
> Date: Tue, 04 Apr 2017 03:00:21 + > From: Zachary Turner via lldb-dev > > As the person who added most of the support for debugging Windows > executables, I can tell you that I never > tested a MinGW executable (nor was it one of my original goals). It doesn't > entirely surprise me that