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: enable a couple of useful cli commands in async mode.


On Fri, Mar 14, 2008 at 03:32:58PM +0000, Pedro Alves wrote:
> > Also, how can we enable "info"?  That will let you type "info regs"
> > while the target is running; does something produce a useful error
> > further down?
> >
> 
> It doesn't let you type info registers, because c->name is "registers"
> in that case.  It just let's you type "info".  That is useful for the
> hook that switches to the top gdb when debugging gdb in gdb.

Hah!  You're right.  We really do have to get rid of this command
filter.

> > "interrupt" makes sense.  In fact I think this is what whoever added
> > "stop" actually meant to add.
> 
> Yeah.  Want me to remove stop and breakpoint?

Yes please, patch is OK.  We'll be back to break...

-- 
Daniel Jacobowitz
CodeSourcery


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