https://bugs.kde.org/show_bug.cgi?id=356174

--- Comment #5 from Daniel Trebbien <dtrebb...@gmail.com> ---
I contacted Apple Developer Relations about the crash and they informed me that
unlike gdb, lldb does not have an initial target definition set, and relies on
the gdbserver to tell it which registers the gdbserver supports.  This can be
done either by responding to 'qRegisterInfo XX' packets or to
'qXfer:features:read:target.xml'.

They also informed me about the
plugin.process.gdb-remote.target-definition-file LLDB setting and the example
target definitions at
http://llvm.org/svn/llvm-project/lldb/trunk/examples/python/
I can confirm that using either x86_64_linux_target_definition.py or
x86_64_target_definition.py fixes the segfault issue.

I have posted a message to lldb-dev to ask if anyone can see why the XML target
definition sent back by the embedded gdbserver might be causing the crash:
http://lists.llvm.org/pipermail/lldb-dev/2015-December/009011.html

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to