Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFC] multi-process gdb (forks, checkpoints)
@ 2005-11-29  4:41 Michael Snyder
  2005-11-29 19:20 ` Eli Zaretskii
  2005-11-30  5:41 ` Jim Blandy
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Snyder @ 2005-11-29  4:41 UTC (permalink / raw)
  To: GDB Patches, gdb, drow, Eli Zaretskii

Folks, I'm pretty close to actually submitting this for approval;
this is (knock on wood) my last request for pre-review.

Instead of attaching a patch, I've checked this in on a branch:
msnyder-fork-checkpoint-branch.

This is, no kidding, gdb debugging multiple processes.
I've adapted it to work with the existing "follow-fork"
infrastructure, so that when a process forks, instead of
being forced to choose between debugging the parent or the
child, we can now debug both.  The user sets a mode flag,
and rather than detaching from one of the forks, gdb will
set it aside (in a ptrace-stopped state), and let you
return to debugging it later, switching back and forth
at will.

Daniel, it handles quit, kill, and inferior exit.
If one process exits and there's another available,
it just switches automatically (as it would with threads).

I've added a testcase, gdb.base/multi-forks.exp, which serves
to demonstrate the debugging of 16 forks at a time.

And of course checkpoint and restart are in there too.

Eli, I'll be working on documentation.  For the mean time,
the user interface looks like this:

	set/show detach-on-fork (on/off) [default on]
	info forks
	fork <n> [analogous to thread <n>]
	detach-fork <n>
	delete-fork <n> [and kill]

	checkpoint
	restart <n>
	info checkpoints
	delete-checkpoint <n>
	detach-checkpoint <n> [well...]


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

end of thread, other threads:[~2005-11-30  2:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-29  4:41 [RFC] multi-process gdb (forks, checkpoints) Michael Snyder
2005-11-29 19:20 ` Eli Zaretskii
2005-11-30  3:00   ` Michael Snyder
2005-11-30  5:41 ` Jim Blandy
2005-11-30 11:39   ` Michael Snyder
2005-11-30 13:10     ` Daniel Jacobowitz

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