This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Observer mode, for real this time
- From: Tom Tromey <tromey at redhat dot com>
- To: Stan Shebs <stan at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 10 Jun 2010 11:25:56 -0600
- Subject: Re: [PATCH] Observer mode, for real this time
- References: <4C097A68.900@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Stan" == Stan Shebs <stan@codesourcery.com> writes:
Stan> Here is the complete patch for observer mode and permission flags, as
Stan> originally presented in
Stan> http://sourceware.org/ml/gdb-patches/2010-04/msg00961.html . This
Stan> patch includes some behavioral tweaks made in response to user
Stan> feedback, and a bit of testsuite - not very much though, since full
Stan> support requires a target-side agent that can start up and interact
Stan> with GDB without bothering the inferior.
FWIW it looked reasonable to me.
Tom