$_ and info breakpoint [PATCH]

Daniel Jacobowitz drow@false.org
Wed Jul 11 11:32:00 GMT 2007


On Wed, Jul 11, 2007 at 12:35:46PM +1200, Nick Roberts wrote:
> OK, I've found it now - there's no (gdb) prompt.  I thought perhaps there
> would be the same problem with $_, but that doeasn't appear to be the case.

Interesting, I wonder why not.  It does happen when I use -break-info
manually.

> I don't really understand how they control the separate terminal for program
> I/O as the program is a child of GDB, and not Eclipse, so presumably Eclipse
> can't create a terminal for it.  In my migratory mode I use sleep to create a
> terminal and send program I/O to that, but this seems a bit of a hack.

I don't know if they create the pty manually and then pass its
filename to GDB using -inferior-tty-set (which should work) or if they
fake it some other way.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list