From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46865 invoked by alias); 27 Feb 2018 10:42:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 46855 invoked by uid 89); 27 Feb 2018 10:42:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Feb 2018 10:42:16 +0000 Received: by mail-wm0-f67.google.com with SMTP id 188so22228513wme.1 for ; Tue, 27 Feb 2018 02:42:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=eZyjTCrzebam3XVLZDc3N6j8QSjwLBUSzcLqSfXfQss=; b=jga7ihFKJDi09Cu8Go9RRWWw1qfIeNJYLq7KLuTacCOd0BdlT1EGwcxaukbRhWijuG c6VTRM8Dreml7FE+qkLgQPctHVxazCOw3lw/xCY7Vfis0k3eATpUJDvlpXC+qqrf3Kqt 9RGEmJe3PrfVYL9L6OrUqq7Kh/WfPigCGiK5+hQ5ictvfYrky8ieKiYKoFcPmBpBfDos LxU8zN0fgIRnzF03AkT0BuQXTsW4xS379g/tvkHuSzWPyZGp9yGAjJL+TDbVtHmsMWFA iT2RU787/YMIk6lvLbRY9YJQ3ZrR++DVGTH9/rdrkxXmNAoe/SnpgoGAc1BOsJCBYIaB +2uA== X-Gm-Message-State: APf1xPDZ9UmjTLfoh5lLusb/wB7eb/MWw9Po69+V59K7sdDsXeoWhEhx CnLHzZeZhtPwTLEs01dbfrNbLZKd X-Google-Smtp-Source: AG47ELsL8kmVhDYoSkoNI/yVkr2slUfpmzUymmD93At81bc9cMpvQEL4Y1TbTerswJudjpwurGGutQ== X-Received: by 10.28.112.21 with SMTP id l21mr11804349wmc.70.1519728134308; Tue, 27 Feb 2018 02:42:14 -0800 (PST) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id e15sm10926308wmd.26.2018.02.27.02.42.12 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 27 Feb 2018 02:42:13 -0800 (PST) From: Yao Qi To: tgingold@free.fr Cc: Xavier Roirand , brobecker@adacore.com, Xavier Roirand , gdb-patches@sourceware.org Subject: Re: [RFA] Implement darwin remote TARGET_OBJECT_DARWIN_DYLD_INFO. References: <1877727416.440229.1519727159360.JavaMail.root@zimbra20-e3> Date: Tue, 27 Feb 2018 10:42:00 -0000 In-Reply-To: <1877727416.440229.1519727159360.JavaMail.root@zimbra20-e3> (tgingold@free.fr's message of "Tue, 27 Feb 2018 11:25:59 +0100 (CET)") Message-ID: <86d10qiuip.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00421.txt.bz2 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 (=E2=80=98qXfer:libraries:read=E2=80=99) but t= he 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. --=20 Yao (=E9=BD=90=E5=B0=A7)