From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 626 invoked by alias); 11 Feb 2004 03:55:29 -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 619 invoked from network); 11 Feb 2004 03:55:28 -0000 Received: from unknown (HELO pcsmail.patni.com) (203.124.139.197) by sources.redhat.com with SMTP; 11 Feb 2004 03:55:28 -0000 Received: from ruby.patni.com (ruby.patni.com [204.165.186.9]) by pcsmail.patni.com (8.11.6/8.9.3) with ESMTP id i1B3rYn15008; Wed, 11 Feb 2004 09:23:34 +0530 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Subject: RE: System calls debugging Date: Wed, 11 Feb 2004 03:55:00 -0000 Message-ID: <374639AB1012AA4C840022842AA95BC20138D75B@ruby.patni.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Kotian, Deepak" To: "MuthuKumar-Hotpop" Cc: X-SW-Source: 2004-02/txt/msg00098.txt.bz2 Will strace command for you ? -----Original Message----- From: MuthuKumar-Hotpop [mailto:kmuthu_linux@HotPOP.com] Sent: Wednesday, February 11, 2004 9:19 AM Cc: gdb@sources.redhat.com Subject: System calls debugging 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.