From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6767 invoked by alias); 16 Oct 2003 14:08:20 -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 6756 invoked from network); 16 Oct 2003 14:08:19 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sources.redhat.com with SMTP; 16 Oct 2003 14:08:19 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h9GE8ILL024633 for ; Thu, 16 Oct 2003 10:08:18 -0400 Received: from deneb.dev.equallogic.com (deneb [172.16.1.99]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id h9GE8IjX024628; Thu, 16 Oct 2003 10:08:18 -0400 Received: from PKONING.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id h9GE87H15946; Thu, 16 Oct 2003 10:08:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16270.42569.10000.882563@gargle.gargle.HOWL> Date: Thu, 16 Oct 2003 14:08:00 -0000 From: Paul Koning To: drow@mvista.com Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Breakpoint infrastructure cleanups [0/8] References: <3F846B04.2070801@redhat.com> <3F85B4AC.7000000@redhat.com> <20031014013831.GB6118@nevyn.them.org> <3F8C18DD.3020508@redhat.com> <20031014155126.GA10669@nevyn.them.org> <3F8C605E.1060604@redhat.com> <3F8D6181.6070409@redhat.com> <3F8D8FEB.8020305@redhat.com> <16269.39677.813094.890124@localhost.redhat.com> <2719-Thu16Oct2003085405+0200-eliz@elta.co.il> <20031016131144.GA14202@nevyn.them.org> X-SW-Source: 2003-10/txt/msg00539.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> On Thu, Oct 16, 2003 at 08:54:05AM +0200, Eli Zaretskii Daniel> wrote: >> ... >> I'd say we show the high-level number and the precise machine >> address where it breaks. Daniel> Right now we show the breakpoint address for breakpoints Daniel> which are not at the beginning of a source line, and just the Daniel> breakpoint and line numbers for breakpoints which are at the Daniel> beginning of a line. How would this interact with that? Daniel> Show the address always, or for breakpoints which either are Daniel> in the middle of a line or in multiple locations? I prefer things to be consistent, so I'd say always show the address and also always show the source location. paul