This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


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

Re: GDB Console Q


Braxton,

The GDB Console in Insight is not a exactly equivalent to the console
in command line gdb.  In particular, it does not intercept stdout &
stdin.  That is because we didn't want to have to write a full
terminal emulator in the Tk text widget.  Instead, program I/O still
goes to the console from which you launched gdb, which already knows
how to handle raw mode I/O, etc...  The Insight console is just used
for interactions with gdb.

Jim

 > Has anyone had problems with the GDB console in Insight not displaying
 > anything after pressing the "Run" button in the GUI?  I am runing on AIX
 > 4.3.2..
 > 
 > Wondering if I should follow it up, or forget it...
 > 
 > thanks,
 > brax.
 > 
 > 
 > 

-- 
++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++==++
Jim Ingham                                              jingham@cygnus.com
Cygnus Solutions, a Red Hat Company                      

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