public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug remote/13584] New: fork support in the remote protocol
@ 2012-01-11 16:38 alves.ped at gmail dot com
  2012-03-03 15:23 ` [Bug remote/13584] " palves at redhat dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: alves.ped at gmail dot com @ 2012-01-11 16:38 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13584
           Summary: fork support in the remote protocol
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
        AssignedTo: unassigned@sourceware.org
        ReportedBy: alves.ped@gmail.com
    Classification: Unclassified


The remote protocol, and consequently GDBserver, does not support following
forks.  Multi-process remote debugging usefulness is quite limited on GNU/Linux
due to this.

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


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
@ 2012-03-03 15:23 ` palves at redhat dot com
  2013-07-10 11:47 ` luis_gustavo at mentor dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: palves at redhat dot com @ 2012-03-03 15:23 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |13796

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


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
  2012-03-03 15:23 ` [Bug remote/13584] " palves at redhat dot com
@ 2013-07-10 11:47 ` luis_gustavo at mentor dot com
  2013-07-10 11:48 ` luis_gustavo at mentor dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luis_gustavo at mentor dot com @ 2013-07-10 11:47 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis_gustavo at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |luis_gustavo at mentor dot com

--- Comment #1 from Luis Machado <luis_gustavo at mentor dot com> ---
I plan to take this on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
  2012-03-03 15:23 ` [Bug remote/13584] " palves at redhat dot com
  2013-07-10 11:47 ` luis_gustavo at mentor dot com
@ 2013-07-10 11:48 ` luis_gustavo at mentor dot com
  2013-07-10 11:49 ` luis_gustavo at mentor dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luis_gustavo at mentor dot com @ 2013-07-10 11:48 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis_gustavo at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |luis_gustavo at mentor dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
                   ` (2 preceding siblings ...)
  2013-07-10 11:48 ` luis_gustavo at mentor dot com
@ 2013-07-10 11:49 ` luis_gustavo at mentor dot com
  2013-10-18 10:55 ` jan.kratochvil at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: luis_gustavo at mentor dot com @ 2013-07-10 11:49 UTC (permalink / raw)
  To: gdb-prs

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

Luis Machado <luis_gustavo at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |HEAD

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
                   ` (3 preceding siblings ...)
  2013-07-10 11:49 ` luis_gustavo at mentor dot com
@ 2013-10-18 10:55 ` jan.kratochvil at redhat dot com
  2014-08-07 18:32 ` donbreazeal at gmail dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jan.kratochvil at redhat dot com @ 2013-10-18 10:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=13584

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
                   ` (4 preceding siblings ...)
  2013-10-18 10:55 ` jan.kratochvil at redhat dot com
@ 2014-08-07 18:32 ` donbreazeal at gmail dot com
  2015-03-28 22:06 ` jistone at redhat dot com
  2015-03-30 17:15 ` gbenson at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: donbreazeal at gmail dot com @ 2014-08-07 18:32 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=13584

Don Breazeal <donbreazeal at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |donbreazeal at gmail dot com
           Assignee|luis_gustavo at mentor dot com     |donbreazeal at gmail dot com

--- Comment #2 from Don Breazeal <donbreazeal at gmail dot com> ---
Luis handed this off to me early this year.  I've just posted a patch series
implementing fork events:
https://sourceware.org/ml/gdb-patches/2014-08/msg00145.html.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
                   ` (5 preceding siblings ...)
  2014-08-07 18:32 ` donbreazeal at gmail dot com
@ 2015-03-28 22:06 ` jistone at redhat dot com
  2015-03-30 17:15 ` gbenson at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: jistone at redhat dot com @ 2015-03-28 22:06 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=13584

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug remote/13584] fork support in the remote protocol
  2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
                   ` (6 preceding siblings ...)
  2015-03-28 22:06 ` jistone at redhat dot com
@ 2015-03-30 17:15 ` gbenson at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: gbenson at redhat dot com @ 2015-03-30 17:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=13584

Gary Benson <gbenson at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gbenson at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2015-03-30 10:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-11 16:38 [Bug remote/13584] New: fork support in the remote protocol alves.ped at gmail dot com
2012-03-03 15:23 ` [Bug remote/13584] " palves at redhat dot com
2013-07-10 11:47 ` luis_gustavo at mentor dot com
2013-07-10 11:48 ` luis_gustavo at mentor dot com
2013-07-10 11:49 ` luis_gustavo at mentor dot com
2013-10-18 10:55 ` jan.kratochvil at redhat dot com
2014-08-07 18:32 ` donbreazeal at gmail dot com
2015-03-28 22:06 ` jistone at redhat dot com
2015-03-30 17:15 ` gbenson at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).