Re: [lldb-dev] Refactoring in LLDB Windows Plugin

2016-11-30 Thread Stephane Sezer via lldb-dev
For what it's worth, we've been using lldb with ds2 to do remote debugging on Windows (x86) and Windows Phone (arm) and the lldb side of things works well with remote Windows targets. Besides porting lldb-server to Windows there shouldn't be any extra effort on the lldb side to do what Greg is talk

Re: [lldb-dev] Refactoring in LLDB Windows Plugin

2016-12-02 Thread Stephane Sezer via lldb-dev
s, > pl > > On 1 December 2016 at 07:57, Stephane Sezer via lldb-dev > wrote: >> >> For what it's worth, we've been using lldb with ds2 to do remote >> debugging on Windows (x86) and Windows Phone (arm) and the lldb side >> of things works well with re

Re: [lldb-dev] Support for Error Strings in remote protocol

2017-06-21 Thread Stephane Sezer via lldb-dev
What's the specific use case that you're trying to support with error messages in the protocol? My initial thought on this is that it's not really the debug server's job to generate human-readable error messages and that the debugger is better suited to do the job. Can this problem be solved by ex

Re: [lldb-dev] Support for Error Strings in remote protocol

2017-06-21 Thread Stephane Sezer via lldb-dev
on table. But that would > only work for lldbserver. > > Jim > > > > On Jun 21, 2017, at 4:18 PM, Stephane Sezer via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > What's the specific use case that you're trying to support with error > m

Re: [lldb-dev] environment vars not passed through to linux targets

2017-07-05 Thread Stephane Sezer via lldb-dev
Which set of env vars did you want the child process to inherit? The env vars of the platform process on the remote? On Wed, Jul 5, 2017 at 8:47 AM Christopher Book via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi, I'm remote debugging to linux (platform select remote-linux), and then > launch

Re: [lldb-dev] Status of x86_64-pc-windows-msvc target + DWARF debugging

2017-11-13 Thread Stephane Sezer via lldb-dev
Can confirm, x86_64 Windows debugging with DWARF works. We use it to debug some fairly large binaries in production. On Thu, Nov 2, 2017 at 2:07 PM Zachary Turner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hello, > > I think it mostly works. i686-pc-windows-msvc + DWARF should definitely >

Re: [lldb-dev] LLDB does not support the default 8 byte build ID generated by LLD

2018-06-20 Thread Stephane Sezer via lldb-dev
I had that issue a while back and uploaded a few diffs that fix the problem, but never landed them. I don't remember exactly what needed to change, but you can view them here: https://reviews.llvm.org/D40538 https://reviews.llvm.org/D40537 Let me know if you want to help get them committed to the