This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: continuations and breakpoint commands


Pedro,

On Tue, 2008-04-29 at 22:21 +0100, Pedro Alves wrote:
> This patch fixes continuation handling in async mode, by making
> the handling sequence match the sync code path.

Thanks for the patch. The commands.exp testcase is now clear for PPC.
Didn't see any regressions.

Just a minor gotcha:

-      /* If the continuation did not start the target again,
-        prepare for interation with the user.  */
+      /* If no breakpoint command resumed the inferior, prepare for
+        >>interation<< with the user.  */

Is "interation" supposed to be "interaction"?

Regards,
Luis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]