From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9972 invoked by alias); 10 Jan 2008 04:16:34 -0000 Received: (qmail 9964 invoked by uid 22791); 10 Jan 2008 04:16:34 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jan 2008 04:16:15 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-36-232.inter.net.il [80.230.36.232]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EPJ46429 (AUTH halo1); Thu, 10 Jan 2008 06:15:59 +0200 (IST) Date: Thu, 10 Jan 2008 04:16:00 -0000 Message-Id: From: Eli Zaretskii To: Michael Snyder CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <1199912695.14654.21.camel@localhost.localdomain> (message from Michael Snyder on Wed, 09 Jan 2008 13:04:55 -0800) Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? Reply-to: Eli Zaretskii References: <20080109151745.GA13181@adacore.com> <1199910284.14654.13.camel@localhost.localdomain> <20080109203453.GI21281@adacore.com> <1199912695.14654.21.camel@localhost.localdomain> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00227.txt.bz2 > From: Michael Snyder > Cc: gdb-patches@sourceware.org > Date: Wed, 09 Jan 2008 13:04:55 -0800 > > On Wed, 2008-01-09 at 12:34 -0800, Joel Brobecker wrote: > > First of all, thanks for your feedback. > > > > > If gdb decided not to LET me stop in the middle of the > > > prologue, I would be exceedingly pissed off. > > > > Everyone that I have polled so far told me that they used the > > "break *function_name" syntax to break at the beginning of the > > prologue. So GDB would not preventing you from doing it. > > But I habitually do it both ways. This means a user option is in order to determine this behavior.