From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19432 invoked by alias); 19 May 2010 15:11:08 -0000 Received: (qmail 19420 invoked by uid 22791); 19 May 2010 15:11:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 May 2010 15:10:58 +0000 Received: (qmail 29850 invoked from network); 19 May 2010 15:10:56 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 May 2010 15:10:56 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: Remote logging over regular remote protocol Date: Wed, 19 May 2010 15:11:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-21-generic; KDE/4.3.2; x86_64; ; ) Cc: Bogdan Harjoc References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005191610.54333.pedro@codesourcery.com> 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: 2010-05/txt/msg00057.txt.bz2 On Wednesday 19 May 2010 10:32:57, Bogdan Harjoc wrote: > Do remote stubs have the ability to send logging messages to the gdb console ? Perhaps you're looking for the `O' packet? `O XX...' `XX...' is hex encoding of ascii data, to be written as the program's console output. This can happen at any time while the program is running and the debugger should continue to wait for `W', `T', etc. This reply is not permitted in non-stop mode. -- Pedro Alves