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: Make -exec-run and -exec-until into 'real' MI commands


On Wednesday 13 January 2010 16:44:06 Marc Khouzam wrote:

> 
> > -----Original Message-----
> > From: gdb-patches-owner@sourceware.org 
> > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Vladimir Prus
> > Sent: Wednesday, January 13, 2010 8:29 AM
> > To: gdb-patches@sourceware.org
> > Subject: Make -exec-run and -exec-until into 'real' MI commands
> > 
> > 
> > At present, '-exec-run' and '-exec-until' are directly routed
> > to CLI, with very little MI intervention. I have tried to fix
> > that before, but there were backward compatibility concerns.
> > 
> > While working on multiexec MI patches, I really needed to have
> > -exec-run handled in MI, so I've made another attempt, which
> > is attached. Comments?
> > 
> 
> I just skimmed to patch to see if there was FE impacts, which
> I gather there is not.
> 
> I noticed a typo:
> 
>  error ("-exec-until must be invoked with a signle argument");
>                                               ^^^

Thanks, fixed that locally.

- Volodya


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