From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29422 invoked by alias); 16 Jun 2009 14:55:42 -0000 Received: (qmail 29413 invoked by uid 22791); 16 Jun 2009 14:55:41 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qmta04.westchester.pa.mail.comcast.net (HELO QMTA04.westchester.pa.mail.comcast.net) (76.96.62.40) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Jun 2009 14:55:35 +0000 Received: from OMTA14.westchester.pa.mail.comcast.net ([76.96.62.60]) by QMTA04.westchester.pa.mail.comcast.net with comcast id 4a891c0041HzFnQ54evaGh; Tue, 16 Jun 2009 14:55:34 +0000 Received: from record ([69.253.164.177]) by OMTA14.westchester.pa.mail.comcast.net with comcast id 4eva1c0073py3KZ3aevaDu; Tue, 16 Jun 2009 14:55:34 +0000 From: "Chris Harrer" To: Subject: Remote GDB debugging of FreeBSD - console output question Date: Tue, 16 Jun 2009 14:55:00 -0000 Message-ID: <004301c9ee92$8181e7a0$8485b6e0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: 2009-06/txt/msg00175.txt.bz2 Hello, I apologize in advance if this is the wrong place to ask this question, if it is, could you please suggest where I should ask it? I am attempting to debug a FreeBSD 7.2 Release device driver. I am using Remote GDB to do this, my question is, can I set something within the GDB buffer such that I can see the output from device_printf statements in my device driver in the GDB GUD (using Emacs) buffer? Thanks in advance, Chris