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: $_ and info breakpoint [PATCH]


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


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