From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17594 invoked by alias); 11 Feb 2004 18:28:01 -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 17583 invoked from network); 11 Feb 2004 18:28:00 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 11 Feb 2004 18:28:00 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3A7BC2B92; Wed, 11 Feb 2004 13:28:00 -0500 (EST) Message-ID: <402A742F.7000908@gnu.org> Date: Wed, 11 Feb 2004 18:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Kip Macy Cc: gdb@sources.redhat.com Subject: Re: System calls debugging References: <374639AB1012AA4C840022842AA95BC20138D75B@ruby.patni.com> <402A3D11.7080704@gnu.org> <20040211093618.G17066@demos.bsdclusters.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00114.txt.bz2 > ld you just type > (gdb) strace > > and have it print out what strace does now while it runs, > or do you have something more in mind? who knows, something like: (gdb) {set,show} strace or (gdb) catch syscall all Catch point 5 created (gdb) commands 5 silent backtrace continue end (gdb) (and don't get me started about that "silent" "feature" :-) Andrew