This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Implement darwin remote TARGET_OBJECT_DARWIN_DYLD_INFO.
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: tgingold at free dot fr
- Cc: Xavier Roirand <roirand at adacore dot com>, brobecker at adacore dot com, Xavier Roirand <xavier dot roirand at adacore dot com>, gdb-patches at sourceware dot org
- Date: Tue, 27 Feb 2018 10:42:06 +0000
- Subject: Re: [RFA] Implement darwin remote TARGET_OBJECT_DARWIN_DYLD_INFO.
- Authentication-results: sourceware.org; auth=none
- References: <1877727416.440229.1519727159360.JavaMail.root@zimbra20-e3>
tgingold@free.fr writes:
Hi Tristan,
Thanks for the input,
> I have never submitted this code before because it doesn't use the
> official gdb remote packet (‘qXfer:libraries:read’) but the one used
> by Apple (aka lldb) debugserver.
With this patch applied, GDB starts to send packet qShlibInfoAddr.
> So with this patch, gdb is able to use debugserver.
This is a good justification to add this packet, but we still need to
document this packet.
--
Yao (齐尧)