From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16355 invoked by alias); 13 Jun 2005 19:13:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16312 invoked by uid 22791); 13 Jun 2005 19:13:20 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 13 Jun 2005 19:13:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-156-73.inter.net.il [80.230.156.73]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BNA20292 (AUTH halo1); Mon, 13 Jun 2005 22:13:05 +0300 (IDT) Date: Mon, 13 Jun 2005 19:13:00 -0000 Message-Id: From: Eli Zaretskii To: Michael Snyder CC: klee@mit.edu, gdb-patches@sources.redhat.com In-reply-to: <42ADCE94.1090804@redhat.com> (message from Michael Snyder on Mon, 13 Jun 2005 11:21:08 -0700) Subject: Re: The gdb x86 function prologue parser Reply-to: Eli Zaretskii References: <85C775AE-3B05-431E-96D2-49EA9D1413E6@apple.com> <20050608132431.GA4970@nevyn.them.org> <20050608095805.A67988@molenda.com> <200506120748.j5C7m75C011986@elgar.sibelius.xs4all.nl> <3364FC4D-63FB-493B-9136-D118F74C13BB@mit.edu> <42ADCE94.1090804@redhat.com> X-SW-Source: 2005-06/txt/msg00163.txt.bz2 > Date: Mon, 13 Jun 2005 11:21:08 -0700 > From: Michael Snyder > CC: Klee Dienes , gdb-patches@sources.redhat.com > > Also so "step into" can step past the prologue and not stop > until it has reached user code. Same basic purpose as 2), > but different context. Thanks.