[lldb-dev] LLDB Process Attach Failed When Waiting

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Thu May 31 10:49:52 PDT 2018


Try enabling logging with:

(lldb) log enable -f /tmp/packets.txt gdb-remote packets

And the try the attach. It might be a lldb-server issue?

> On May 31, 2018, at 9:02 AM, Ryan Lovelett via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> I am attempting to use: process attach --name "<name>" --waitfor
> 
> The problem is that it immediately returns error: attach failed: lost connection.
> 
> Is this something I can troubleshoot further? Or is this not supported on Linux?
> 
> -- 
>  Ryan Lovelett
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list