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]

TUI


Hi all,
A small doubt ...

1.
TUI is text-user interface which uses the curses library.
This implies that if you are in the "normal gdb-intereter" mode ...
none of the TUI functions should get called.
But if we take a trace of ... say "breakpoint command" ... it enters
into a tui_command_loop.
Could someone please explain this?

2.
Which is the while(1) loop which is responsible for giving the
interprester prompt. I 've traced this to some extent ... but not
fully clear where exactly this happens.
--
wrr


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