From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10083 invoked by alias); 15 Jan 2013 17:02:20 -0000 Received: (qmail 10036 invoked by uid 48); 15 Jan 2013 17:02:16 -0000 From: "tromey at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug mi/12554] Make -break-list output as useful as 'break info' output Date: Tue, 15 Jan 2013 17:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: mi X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: tromey at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00072.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12554 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |tromey at redhat dot com --- Comment #1 from Tom Tromey 2013-01-15 17:02:15 UTC --- Could you be more specific? I ran gdb on the ovldbreak test case from the test suite and set a breakpoint on foo::overload1arg. I get output that seems reasonable (I split it up a bit for readability). First the main breakpoint: ,body=[bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="",times="0",original-location="foo::overload1arg"} Then sub-breakpoints: ,{number="1.1",enabled="y",addr="0x0000000000400908",func="foo::overload1arg()",file="../../../archer/gdb/testsuite/gdb.cp/ovldbreak.cc",fullname="/home/tromey/Space/SecondArcher/archer/gdb/testsuite/gdb.cp/ovldbreak.cc",line="107"} ,{number="1.2",enabled="y",addr="0x000000000040091d",func="foo::overload1arg(char)",file="../../../archer/gdb/testsuite/gdb.cp/ovldbreak.cc",fullname="/home/tromey/Space/SecondArcher/archer/gdb/testsuite/gdb.cp/ovldbreak.cc",line="110"} ... etc (there are 12 of them...). How would you want this to be changed? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.