From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11416 invoked by alias); 7 Sep 2007 13:37:26 -0000 Received: (qmail 11363 invoked by uid 22791); 7 Sep 2007 13:37:25 -0000 X-Spam-Check-By: sourceware.org Received: from qb-out-0506.google.com (HELO qb-out-0506.google.com) (72.14.204.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Sep 2007 13:37:18 +0000 Received: by qb-out-0506.google.com with SMTP id e6so391924qbe for ; Fri, 07 Sep 2007 06:37:16 -0700 (PDT) Received: by 10.141.141.3 with SMTP id t3mr723267rvn.1189172236012; Fri, 07 Sep 2007 06:37:16 -0700 (PDT) Received: by 10.141.51.11 with HTTP; Fri, 7 Sep 2007 06:37:15 -0700 (PDT) Message-ID: <1a47b9f10709070637i2bdb4f7aw48d37680fcf4b809@mail.gmail.com> Date: Fri, 07 Sep 2007 13:53:00 -0000 From: "Prasanna .S" To: gdb@sourceware.org Subject: Re: Fwd: Decompiler program In-Reply-To: <46E0732F.7060309@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1a47b9f10709061414m3344094m1f9da016cf1f765c@mail.gmail.com> <1a47b9f10709061417t6a8778bboe741ecbe31c2b0eb@mail.gmail.com> <1a47b9f10709061418h4b60ed07od05d07718e4809b5@mail.gmail.com> <46E0732F.7060309@adacore.com> 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: 2007-09/txt/msg00080.txt.bz2 Hi ppl, First of all I must apologise for the ambiguities due to my inexperience. As far as i've known objdump emits assembly of an executable. I want it to be tracable in an assembly level. More precisely can you trace through instruction by instruction emitted by objdump, by a objdump/gdb lib combination? If possible, do tell which libs to link and use, so that i write a standalone program that can perform the tasks (by just sharing the gdb libs with no runtime interaction). Is it even possible (now) ? Thank you all so much for replying! -Prasanna