From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17810 invoked by alias); 25 Dec 2004 11:12:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17768 invoked from network); 25 Dec 2004 11:12:22 -0000 Received: from unknown (HELO mail.netspace.net.au) (203.10.110.72) by sourceware.org with SMTP; 25 Dec 2004 11:12:22 -0000 Received: from [192.168.1.11] (220-253-35-78.VIC.netspace.net.au [220.253.35.78]) by mail.netspace.net.au (Postfix) with ESMTP id 76CA27124E for ; Sat, 25 Dec 2004 22:12:20 +1100 (EST) Message-ID: <41CD4BE3.6040802@netspace.net.au> Date: Sat, 25 Dec 2004 11:12:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040820 Debian/1.7.2-4 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Learning gdb Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00119.txt.bz2 Hi, I'm stepping thru gdb (gdb-6.3 on debian) using ddd/gdb. I got to tui_command_loop() in tui-interp.c, but stepping thru gets a bit tedious then. What's a good way of printing messages from my own printfs in the source without getting the output mixed up with the console output of gdb? (in an x-windows environment)