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


A Wednesday 30 April 2008 13:53:05, Luis Machado wrote:
> 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.
>

Thanks for testing.

> 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"?
>

Yep.  Thanks for spotting that.  We're going to display the prompt
so the user can enter commands, that's what it means.

-- 
Pedro Alves


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