This is the mail archive of the gdb@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: MI query questions


On Tue, May 30, 2006 at 01:53:10PM -0400, Bob Rossi wrote:
> This is also the solution I was thinking of. However, I would like to
> modify the MI OUTPUT record to show this as a possibility. Also, I think
> that this should be 1 full response.
>     (gdb) set interpreter mi1
>     -interpreter-exec console-quoted "break raise"
>     ~"[0] cancel\n[1] all\n"
>     ~"\nNon-debugging symbols:\n"
>     ~"[2]    -[NSException raise]\n"
>     ~"[3]    raise\n"
>     =read-one-line,prompt="> "
>     (gdb)
> 
> And then the user will send the command, and then get another full
> response representing the breakpoint output.
> 
> Does this make sense?

I don't think so.  The (gdb) marker means you're at an MI prompt.  But
you aren't.  You can't send an arbitrary MI command here.

-- 
Daniel Jacobowitz
CodeSourcery


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