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 breakpoints/17071] New: Changed behaviour in breakpoint setting


https://sourceware.org/bugzilla/show_bug.cgi?id=17071

            Bug ID: 17071
           Summary: Changed behaviour in breakpoint setting
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: andre.poenitz at digia dot com

Starting with change 8de20a37d GDB reports a breakpoint set with
b  "QTextCursor::setPosition" as

Num     Type           Disp Enb Address            What
1       breakpoint     keep y   <MULTIPLE>         
1.1                         y     0x00007ffff685ff40
<QTextCursor::setPosition(int, QTextCursor::MoveMode)>
1.2                         y     0x00007ffff76dfa60
<QTextCursor::setPosition(int, QTextCursor::MoveMode)@plt>


Previously, it reported

Num     Type           Disp Enb Address            What
1       breakpoint     keep y   0x00007ffff685ff40
<QTextCursor::setPosition(int, QTextCursor::MoveMode)>

which seems better.

-- 
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]