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/16292] GDB Oversteps a range in some cases.


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |palves at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
Fix was fixed by d137e6dc798cdf3b3b17fe47322ce61450870e22 :   

Make sure we don't resume the stepped thread by accident.
...
    gdb/
    2014-02-07  Pedro Alves  <palves@redhat.com>

        * infrun.c (handle_signal_stop) <signal arrives while stepping
        over a breakpoint>: Switch back to the stepping thread.

    gdb/testsuite/
    2014-02-07  Pedro Alves  <pedro@codesourcery.com>
            Pedro Alves  <palves@redhat.com>

        * gdb.threads/step-after-sr-lock.c: New file.
        * gdb.threads/step-after-sr-lock.exp: New file.

I think this fix should go into 7.7.

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