From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19048 invoked by alias); 15 Oct 2003 19:48:33 -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 19041 invoked from network); 15 Oct 2003 19:48:32 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 15 Oct 2003 19:48:32 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h9FJm0bv019752; Wed, 15 Oct 2003 14:48:00 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h9FJm0fa025224; Wed, 15 Oct 2003 14:48:00 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h9FJm0W2025223; Wed, 15 Oct 2003 15:48:00 -0400 Date: Wed, 15 Oct 2003 19:48:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200310151948.h9FJm0W2025223@duracef.shout.net> To: ezannoni@redhat.com, msnyder@redhat.com Subject: Re: RFA: Breakpoint infrastructure cleanups [0/8] Cc: ac131313@redhat.com, drow@mvista.com, gdb-patches@sources.redhat.com X-SW-Source: 2003-10/txt/msg00499.txt.bz2 My two cents: It's not just breakpoints. What happens when the user types: (gdb) disassemble Foo::Foo Also, here is a use case to consider: (gdb) break *0x12345678 gdb has this notion that one source address corresponds to one object-code address, but now it's one source address corresponds to N object-code addresses. Michael C