From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2966 invoked by alias); 24 Sep 2012 19:51:39 -0000 Received: (qmail 2951 invoked by uid 22791); 24 Sep 2012 19:51:38 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from va3ehsobe010.messaging.microsoft.com (HELO va3outboundpool.messaging.microsoft.com) (216.32.180.30) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Sep 2012 19:51:25 +0000 Received: from mail202-va3-R.bigfish.com (10.7.14.238) by VA3EHSOBE011.bigfish.com (10.7.40.61) with Microsoft SMTP Server id 14.1.225.23; Mon, 24 Sep 2012 19:51:22 +0000 Received: from mail202-va3 (localhost [127.0.0.1]) by mail202-va3-R.bigfish.com (Postfix) with ESMTP id 5CE4A20017F for ; Mon, 24 Sep 2012 19:51:22 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zz4015Izz1202h1d1ah1d2ahzzz2dh2a8h668h839h8e2h8e3h944hd25hf0ah107ah1220h1288h12a5h12a9h12bdh137ahbe9i1155h) Received: from mail202-va3 (localhost.localdomain [127.0.0.1]) by mail202-va3 (MessageSwitch) id 1348516280718745_28229; Mon, 24 Sep 2012 19:51:20 +0000 (UTC) Received: from VA3EHSMHS021.bigfish.com (unknown [10.7.14.247]) by mail202-va3.bigfish.com (Postfix) with ESMTP id A29D2500048 for ; Mon, 24 Sep 2012 19:51:20 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS021.bigfish.com (10.7.99.31) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 24 Sep 2012 19:51:17 +0000 Received: from 039-SN2MPN1-013.039d.mgd.msft.net ([169.254.3.109]) by 039-SN1MMR1-005.039d.mgd.msft.net ([::1]) with mapi id 14.02.0309.003; Mon, 24 Sep 2012 14:51:16 -0500 From: Paralkar Anmol-B07584 To: "gdb@sourceware.org" CC: Trofimova Ekaterina-R2AAKQ Subject: General Query Packets: custom vendor packets Date: Mon, 24 Sep 2012 19:51:00 -0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: freescale.com 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: 2012-09/txt/msg00068.txt.bz2 Hello, Per, E.4 General Query Packets in the GDB User Manual: "The names of custom vendor packets should use a company prefix, in lower = case, followed by a period. For example, packets designed at the Acme Corporati= on might begin with `qacme.foo' (for querying foos) or `Qacme.bar' (for sett= ing bars)." How does one get GDB to send a Qacme.bar-packet on the RSP? We need to be = able to send such a set packet - after doing a 'target remote' and before GDB sends a '= g'-packet. Thanks, Anmol P. Paralkar