On 22 September 2016 at 04:51, Chunseok Lee via lldb-dev <lldb-dev@lists.llvm.org> 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). > Q) lldb 4.0 and lldb-server 3.8 are compatible each other?
The gdb-remote protocol is generally backward-compatible, but this isn't a configuration that we are explicitly testing. I think there is a good chance that it will work, but if it doesn't you're on your own. :) pl _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev