This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug mi/12554] Make -break-list output as useful as 'break info'output


http://sourceware.org/bugzilla/show_bug.cgi?id=12554

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 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="<MULTIPLE>",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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]