Re: [lldb-dev] Debugging win64 from 32bits

2016-04-19 Thread Greg Clayton via lldb-dev

> On Apr 19, 2016, at 8:58 AM, Zachary Turner via lldb-dev 
>  wrote:
> 
> No, there is no such thing currently. You can build an x64 lldb, it should 
> work in theory but it's not well tested.
> 
> If you want to port llgs to Windows that would be great :)

I second this. Taking the guts or ProcessWindows and making an lldb-server port 
for windows would really help out windows development. It would allow remote 
debugging of windows machines, it would allow us to implement both the 
debugging and platform aspects of lldb-server, and also allow remote debugging 
from other systems to windows machines.

Greg Clayton

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] Debugging win64 from 32bits

2016-04-19 Thread Zachary Turner via lldb-dev
No, there is no such thing currently. You can build an x64 lldb, it should
work in theory but it's not well tested.

If you want to port llgs to Windows that would be great :)
On Tue, Apr 19, 2016 at 7:40 AM Carlo Kok via lldb-dev <
lldb-dev@lists.llvm.org> wrote:

> Hi,
>
> Is there a good way to debug win64 from a win32 process?
>
> Or is there an "lldb-debugserver" that works on windows that can aid in
> this process?
>
> --
> Carlo Kok
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] Debugging win64 from 32bits

2016-04-19 Thread Carlo Kok via lldb-dev

Hi,

Is there a good way to debug win64 from a win32 process?

Or is there an "lldb-debugserver" that works on windows that can aid in 
this process?


--
Carlo Kok
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev