From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2507 invoked by alias); 14 Jan 2002 16:02:24 -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 2439 invoked from network); 14 Jan 2002 16:02:22 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 14 Jan 2002 16:02:22 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id LAA15823; Mon, 14 Jan 2002 11:00:07 -0500 Received: from node128.ott.qnx.com (node128 [10.0.0.128]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id LAA20938; Mon, 14 Jan 2002 11:05:04 -0500 Received: by node128.ott.qnx.com (8.9.3/8.9.3) id LAA1705201715; Mon, 14 Jan 2002 11:02:42 -0500 Message-Id: <200201141602.LAA1705201715@node128.ott.qnx.com> Subject: skipping prologues To: gdb@sources.redhat.com Date: Mon, 14 Jan 2002 08:02:00 -0000 From: "Graeme Peterson" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00147.txt.bz2 Hi, all. Is there a standard way of skipping prologues? Some *-tdep.c files try and skip to the first line number when that info is present, while others always use an ad-hock skip based on instruction sequences. The first line number is of course dependent on the compiler knowing this convention. Thanks again. GP