Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA 00/08] multi-process support
@ 2008-09-12 15:36 Pedro Alves
  2008-09-12 16:04 ` Eli Zaretskii
  2008-09-22 15:44 ` Pedro Alves
  0 siblings, 2 replies; 5+ messages in thread
From: Pedro Alves @ 2008-09-12 15:36 UTC (permalink / raw)
  To: gdb-patches

Hi,

This series of patches adds basic multi-process support to GDB, and
implement multi-process support in the remote target.

"Basic" above means, just enough multi-process to support targets where all
processes load the same symbols at the same addresses, and, all process
share the list of loaded libraries, and, the debug api manages to
make inserted breakpoints visible to all processes.  We happen to have
been working with such a system -- Ericsson DICOS.

We also have been working on multi-process + non-stop support for
linux gdbserver, which builds on top of this support.  That will come
in later.

This patch series start adding support for the above by doing the
following things:

  - Adding a "struct inferior", and moving per-inferior things into this
    structure.

  - Adding an inferior list, and expose it similarly to the gdb thread
    list.

  - Making all targets add and remove inferiors from the list.

  - Implement the multi-process remote protocol extensions.

  - Fix up a couple of exposed issues here and there.

-- 
Pedro Alves


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

end of thread, other threads:[~2008-09-22 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-12 15:36 [RFA 00/08] multi-process support Pedro Alves
2008-09-12 16:04 ` Eli Zaretskii
2008-09-12 16:23   ` Pedro Alves
2008-09-12 16:34     ` Daniel Jacobowitz
2008-09-22 15:44 ` Pedro Alves

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