From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24492 invoked by alias); 21 Aug 2008 21:25:00 -0000 Received: (qmail 24478 invoked by uid 22791); 21 Aug 2008 21:24:59 -0000 X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 21:24:20 +0000 Received: by gv-out-0910.google.com with SMTP id n8so68245gve.39 for ; Thu, 21 Aug 2008 14:24:17 -0700 (PDT) Received: by 10.187.176.2 with SMTP id d2mr20788fap.55.1219353857172; Thu, 21 Aug 2008 14:24:17 -0700 (PDT) Received: by 10.187.224.15 with HTTP; Thu, 21 Aug 2008 14:24:17 -0700 (PDT) Message-ID: <8a15eb2b0808211424s1be203afm40490c7b7a36e8e2@mail.gmail.com> Date: Fri, 22 Aug 2008 13:42:00 -0000 From: "Gabe Black" Reply-To: gabe@blackfam.net To: gdb@sourceware.org Subject: qXfer:libraries:read MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00247.txt.bz2 My target has support for the qXfer:libraries:read packet and reports it in the qSupported packet. However gdb never uses it (i.e. info share) except for the HEAD version of gdb compiled with mingw. On linux it doesn't send the packet but it will send the Z-packet. Mingw will send the qXfer:libraries:read packet but it won't send the Z-packet. I have expat installed on both the linux systems and mingw since I see in the documentation gdb requires it to use the qXfer:libraries:read packet. Ideally, it would be nice if both supported both. Is there a changelist for fixing the Z-packet on i386? Maybe I could figure out how to integrate that fix in to mingw. Or if you know what I need to do to get the qXfer:libraries:read packet to work that would be great! Thanks, Gabe