From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12344 invoked by alias); 25 Mar 2004 15:35:04 -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 12267 invoked from network); 25 Mar 2004 15:35:03 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 25 Mar 2004 15:35:03 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E35872B92; Thu, 25 Mar 2004 10:35:02 -0500 (EST) Message-ID: <4062FC26.9040500@gnu.org> Date: Thu, 25 Mar 2004 15:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: "Vineet Sharma, Noida" Cc: gdb@sources.redhat.com Subject: Re: whats the functinality of dummy References: <1B3885BC15C7024C845AAC78314766C5049815B8@exch-01.noida.hcltech.com> In-Reply-To: <1B3885BC15C7024C845AAC78314766C5049815B8@exch-01.noida.hcltech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00261.txt.bz2 > Hi All, > what is the functinality of these function: > > gdbarch_push_dummy_frame () > gdbarch_set_call_dummy_breakpoint_offset() > gdbarch_fix_call_dummy () Er, how old is your GDB? All of these have been deprecated. See gdbarch.sh for the replacements. (A dummy frame is a fake frame created by GDB when performing an inferior function call.) Andrew