From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17927 invoked by alias); 21 Apr 2008 16:53:21 -0000 Received: (qmail 17919 invoked by uid 22791); 21 Apr 2008 16:53:21 -0000 X-Spam-Check-By: sourceware.org Received: from mail.ashling.com (HELO ashling.com) (62.77.186.162) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 16:53:01 +0000 Received: from Syam ([192.168.10.57]) by ashling.com (ashling.com [127.0.0.1]) (MDaemon PRO v9.6.5) with ESMTP id md50000996125.msg for ; Mon, 21 Apr 2008 17:52:57 +0100 X-Spam-Processed: ashling.com, Mon, 21 Apr 2008 17:52:57 +0100 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 192.168.10.57 X-Return-Path: jiju.george@nestgroup.net X-Envelope-From: jiju.george@nestgroup.net X-MDaemon-Deliver-To: gdb@sourceware.org From: "Jiju George T" To: Subject: Asynchronouse progress reporting from GDB Server to gdb using Remote Serial Protocol Date: Mon, 21 Apr 2008 18:26:00 -0000 Message-ID: <00a201c8a3d0$25ea0d40$390aa8c0@ashmicro.ashling.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MDAV-Processed: ashling.com, Mon, 21 Apr 2008 17:52:58 +0100 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: 2008-04/txt/msg00184.txt.bz2 Hi, =A0 We have a GDB Server which manages connections to embedded targets. We have a monitor command for doing a lengthy operation on the target device. We want to report the status of this lengthy operation back to gdb periodically. Is there any support for this in GDB Remote Serial Protocol?= =20 Thanks, Jiju George