From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16051 invoked by alias); 7 Jul 2011 09:23:39 -0000 Received: (qmail 16041 invoked by uid 22791); 7 Jul 2011 09:23:39 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 09:23:26 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p679NPZP020929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Jul 2011 05:23:25 -0400 Received: from host1.jankratochvil.net (ovpn-113-91.phx2.redhat.com [10.3.113.91]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p679NNsR014131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Jul 2011 05:23:25 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p679NNsU014835; Thu, 7 Jul 2011 11:23:23 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p679NMcm014834; Thu, 7 Jul 2011 11:23:22 +0200 Date: Thu, 07 Jul 2011 09:23:00 -0000 From: Jan Kratochvil To: Mohsen Pahlevanzadeh Cc: harish badrinath , gdb@sourceware.org Subject: Re: binary debugging and generate source of which that running Message-ID: <20110707092322.GA14725@host1.jankratochvil.net> References: <1309985511.4202.15.camel@debian> <1310013482.2302.9.camel@debian> <1310028334.2302.15.camel@debian> <1310030069.2302.19.camel@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1310030069.2302.19.camel@debian> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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: 2011-07/txt/msg00048.txt.bz2 On Thu, 07 Jul 2011 11:14:29 +0200, Mohsen Pahlevanzadeh wrote: > You suppose my program has 10 functions, and my program in running now > by gdb, i wanna know when i send signal x y z to my program, myprgram > call which function, So i need to a command same as list but immediately > print source of peace of running. Do you mean command `backtrace'? Jan