From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5617 invoked by alias); 8 Dec 2006 00:27:33 -0000 Received: (qmail 5609 invoked by uid 22791); 8 Dec 2006 00:27:32 -0000 X-Spam-Check-By: sourceware.org Received: from de01egw01.freescale.net (HELO de01egw01.freescale.net) (192.88.165.102) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Dec 2006 00:27:28 +0000 Received: from de01smr01.freescale.net (de01smr01.freescale.net [10.208.0.31]) by de01egw01.freescale.net (8.12.11/de01egw01) with ESMTP id kB81ngBO010954 for ; Thu, 7 Dec 2006 18:49:42 -0700 (MST) Received: from [10.82.23.23] (ld0034-tx32.am.freescale.net [10.82.23.23]) by de01smr01.freescale.net (8.13.1/8.13.0) with ESMTP id kB80RPnJ017192 for ; Thu, 7 Dec 2006 18:27:25 -0600 (CST) Message-ID: <4578B16D.3090404@freescale.com> Date: Fri, 08 Dec 2006 00:27:00 -0000 From: Kishore Paul User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.2) Gecko/20040803 MIME-Version: 1.0 To: gdb@sourceware.org Subject: gdb remote serial protocol qC and vCont question Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2006-12/txt/msg00061.txt.bz2 Hi, Is there a way to communicate thread switching using a reply packet in gdb's remote serial protocol. I notice the qC packet sent only at the begining and so later when a thread switch happens in the target a vCont packet is sent with the old active thread Id. Thanks, Kishore