From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2161 invoked by alias); 27 Jun 2005 22:01:28 -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 1901 invoked by uid 22791); 27 Jun 2005 22:01:24 -0000 Received: from faui03.informatik.uni-erlangen.de (HELO faui03.informatik.uni-erlangen.de) (131.188.30.103) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 27 Jun 2005 22:01:24 +0000 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id j5RM1MS8023245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Jun 2005 22:01:22 GMT Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id j5RM1MvR023244 for gdb@sources.redhat.com; Tue, 28 Jun 2005 00:01:22 +0200 (CEST) Date: Mon, 27 Jun 2005 22:01:00 -0000 From: Thomas Glanzmann To: gdb@sources.redhat.com Subject: Tracing all 'call' instructions in a gdb session Message-ID: <20050627220122.GF8659@cip.informatik.uni-erlangen.de> Mail-Followup-To: Thomas Glanzmann , gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-SW-Source: 2005-06/txt/msg00269.txt.bz2 Hello, I like to trace every 'call instruction' in a executable. How do I obtain this with gdb or are there other tools to obtain that? Like tracepoint every call instruction and gather eip and 'jump to' address? Thomas