From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26633 invoked by alias); 11 Feb 2004 03:48:57 -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 26624 invoked from network); 11 Feb 2004 03:48:55 -0000 Received: from unknown (HELO visolve.com) (63.194.81.67) by sources.redhat.com with SMTP; 11 Feb 2004 03:48:55 -0000 Received: (qmail 4059 invoked from network); 11 Feb 2004 03:48:57 -0000 Received: from unknown (HELO mukco) (prabu@[203.129.254.138]) (envelope-sender ) by visolve.com (qmail-ldap-1.03) with SMTP for ; 11 Feb 2004 03:48:57 -0000 Message-ID: <006d01c3f051$f7a5c7c0$2e0110ac@mukco> From: "MuthuKumar-Hotpop" Cc: References: <4027E74B.6090805@gnu.org> <20040209223227.GA7344@nevyn.them.org> <40294BA1.3020906@gnu.org> <20040210222616.GA32636@nevyn.them.org> Subject: System calls debugging Date: Wed, 11 Feb 2004 03:48:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-02/txt/msg00097.txt.bz2 Hello deBUGies, Is there any way to debug what are all the "system calls" usage and= process happening over on the program. I have written a simple program which gets the a string.I have made= it to wait for the input and using that process-id, I have attached the process with gdb.Now the "where" command gives = the stackframes about the system calls information. To find the processings of other system calls what is the way.=20=20 =20=20=20=20=20=20=20=20=20=20=20=20=20 Regards, Muthu.