From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23841 invoked by alias); 20 Jun 2006 13:28:07 -0000 Received: (qmail 23828 invoked by uid 22791); 20 Jun 2006 13:28:06 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 20 Jun 2006 13:28:05 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FsgGx-0005jA-As; Tue, 20 Jun 2006 09:28:03 -0400 Date: Tue, 20 Jun 2006 13:42:00 -0000 From: Daniel Jacobowitz To: Fahd Abidi Cc: gdb@sourceware.org Subject: Re: Trying to remote debug question Message-ID: <20060620132803.GB21951@nevyn.them.org> Mail-Followup-To: Fahd Abidi , gdb@sourceware.org References: <81C69D96BDD30640952C7A404004AA2543A7A8@ultsol01.tewks.ultsol.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81C69D96BDD30640952C7A404004AA2543A7A8@ultsol01.tewks.ultsol.local> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00145.txt.bz2 On Tue, Jun 20, 2006 at 09:17:33AM -0400, Fahd Abidi wrote: > Thank you, that sounds promising. > > Would you happen to know the command to tell gdbserver to write its > stdout/stderr to /dev/null? This is Unix. gdbserver /dev/ttyS0 ./command >/dev/null 2>/dev/null -- Daniel Jacobowitz CodeSourcery