From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1078 invoked by alias); 29 Oct 2008 07:02:16 -0000 Received: (qmail 1067 invoked by uid 22791); 29 Oct 2008 07:02:15 -0000 X-Spam-Check-By: sourceware.org Received: from rn-out-0910.google.com (HELO rn-out-0910.google.com) (64.233.170.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Oct 2008 07:01:39 +0000 Received: by rn-out-0910.google.com with SMTP id k40so1580164rnd.0 for ; Wed, 29 Oct 2008 00:01:37 -0700 (PDT) Received: by 10.150.212.14 with SMTP id k14mr1805686ybg.32.1225263697718; Wed, 29 Oct 2008 00:01:37 -0700 (PDT) Received: by 10.150.149.13 with HTTP; Wed, 29 Oct 2008 00:01:37 -0700 (PDT) Message-ID: <5cfa99000810290001i7d042cf0lf8739bab23b70997@mail.gmail.com> Date: Wed, 29 Oct 2008 07:02:00 -0000 From: "Edward Peschko" To: gdb@sourceware.org Subject: automated trace output with gdb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-10/txt/msg00130.txt.bz2 All, Solaris' dbx had the ability to record runs of programs - ie: you could say 'trace step' and you could then see - printed out - all the lines of code execute as the debugger executed them.. Does gdb have something similar? I see the concept of tracepoints, but that's not exactly what I had in mind.. I just want a running commentary of the code as it runs, without having to press 'n' and/or 's' all the time.. Could this be implemented in terms of tracepoints? Thanks much, Ed