[lldb-dev] connecting lldb to a qemu system-mode session.

2021-10-21 Thread Sid Manning via lldb-dev
I'm having a hard time trying to figure out how to get lldb to attach to a qemu system mode session. Does lldb support something like: "target remote /tmp/gdb-socket0"? Thanks, ___ lldb-dev mailing list lldb-dev@lists.llvm.org https://lists.llvm.org/c

Re: [lldb-dev] connecting lldb to a qemu system-mode session.

2021-10-21 Thread Jim Ingham via lldb-dev
You want the gdb-remote command. lldb has an apropos command, so for instance: (lldb) apropos remote The following commands may relate to 'remote': gdb-remote -- Connect to a process via remote GDB server. If no host is specifed, localhost is assumed.

Re: [lldb-dev] connecting lldb to a qemu system-mode session.

2021-10-21 Thread Sid Manning via lldb-dev
> -Original Message- > From: Jim Ingham > Sent: Thursday, October 21, 2021 2:31 PM > To: Sid Manning > Cc: LLDB Dev > Subject: Re: [lldb-dev] connecting lldb to a qemu system-mode session. > > WARNING: This email originated from outside of Qualcomm. Please be wary > of any links or at

[lldb-dev] [Bug 52257] New: lldb crashes when printing variable

2021-10-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=52257 Bug ID: 52257 Summary: lldb crashes when printing variable Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priorit