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 gdb/11321] New: Inferior crashes if user detaches while displaced stepping is in progress


GDB allows detaching while a thread is still executing in the
scratchpad, which leads to the inferior crashing shortly after having
been detached.

There's a post-single-step fixup step to adjust the PC (and possibly
other registers) in the displaced-stepping state machine, that is
just skipped if the user detaches exactly while a thread was in-progress
of doing an out of line step-over-breakpoint.

-- 
           Summary: Inferior crashes if user detaches while displaced
                    stepping is in progress
           Product: gdb
           Version: 7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: pedro at codesourcery dot com
                CC: gdb-prs at sourceware dot org


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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