From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3571 invoked by alias); 29 Mar 2004 15:10:10 -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 3559 invoked from network); 29 Mar 2004 15:10:08 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 29 Mar 2004 15:10:08 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.12.8/8.12.8) with ESMTP id i2TFbOwT016764 for ; Mon, 29 Mar 2004 21:07:25 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2653.19) id ; Mon, 29 Mar 2004 20:44:48 +0530 Message-ID: <1B3885BC15C7024C845AAC78314766C504B41ABC@exch-01.noida.hcltech.com> From: "Vineet Sharma, Noida" To: gdb@sources.redhat.com Subject: backtrace Date: Mon, 29 Mar 2004 21:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-03/txt/msg00279.txt.bz2 Hi All, Where can i find the functions need for backtrace(implemetation), which present implemetation is simplest to start with? Q2: My target has hardware stack(where it pushes the return address at CALL)(it does not pushes the return address on software stack), now we have two stack one software stack and onther hardware stack. so how do i implement "next", it reuires the return address at either register or frame(which is not possible) even with modified prologue. Any oone faced this problem, any suggestions? Regards Vineet