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 server/13796] disp-step-syscall.exp: vfork


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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com
         Depends on|                            |13584

--- Comment #2 from Pedro Alves <palves at redhat dot com> 2012-03-03 15:22:59 UTC ---
The test displace-steps over a vfork syscall.  In the special case of
displace-stepping over a (v)fork, GDB needs to adjust both the parent and the
child back from the displace stepping scratchpad.   Since GDBserver doesn't
support following (v)forks yet, gdb is never informed about the child, and so
the child
ends up continuing freely, unadjusted, from the scratchpad, and crashes.

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