emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb-ui almosts works in NT


From: Stefan Monnier
Subject: Re: gdb-ui almosts works in NT
Date: Tue, 01 Apr 2003 16:31:35 -0500

> I don't know if its important but it gives the user features like accessing
> previous input (C-p) and to send signals to the inferior (although this can
> probably be done from the GUD buffer).

I don't think sending signals work.  But if you want the I/O
buffer to be more than just O, then the comint package is a good
way to take care of the I part.

> There appear to be two problems:
> 
> 1) gdb-ui doesn't output to the I/O buffer in NT.

Are you sure this is the always the case ?
I think it does not depend on gdb-ui but on the underlying gdb session,
so it might depend on which gdb executable you're using (native port,
mingw, cygwin, dos, godknowswhatelse, ...) and on what kind of runtime
library is used by the debugged program (again, native, cygwin,
djgpp, ...).

Not having used w32 much more than to play solitaire, I really have
no idea what I'm talking about, but it seems like it's not obviously
true that "gdb-ui doesn't output to the I/O buffer in NT" in all
circumstances.  Could someone who knows better (Jason? Eli?) pipe in?


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]