Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add "real" vfork done handling on FreeBSD
@ 2016-07-18 14:58 John Baldwin
  2016-07-18 14:58 ` [PATCH 1/3] Consolidate code to enable optional FreeBSD native target event reporting John Baldwin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: John Baldwin @ 2016-07-18 14:58 UTC (permalink / raw)
  To: gdb-patches

FreeBSD 12 recently gained a real vfork done event via ptrace(2).
This changes the FreeBSD native targets to use this when it exists
instead of faking a done event after a sleep.

John Baldwin (3):
  Consolidate code to enable optional FreeBSD native target event
    reporting.
  Enable ptrace events on new child processes.
  Use a real vfork done event on FreeBSD when available.

 gdb/ChangeLog  | 31 ++++++++++++++++++++
 gdb/fbsd-nat.c | 92 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 89 insertions(+), 34 deletions(-)

-- 
2.8.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-19 18:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 14:58 [PATCH 0/3] Add "real" vfork done handling on FreeBSD John Baldwin
2016-07-18 14:58 ` [PATCH 1/3] Consolidate code to enable optional FreeBSD native target event reporting John Baldwin
2016-07-18 14:58 ` [PATCH 3/3] Use a real vfork done event on FreeBSD when available John Baldwin
2016-07-18 14:58 ` [PATCH 2/3] Enable ptrace events on new child processes John Baldwin
2016-07-19 18:44 ` [PATCH 0/3] Add "real" vfork done handling on FreeBSD Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox