Hi Team,

If I am using the printf/cout statements with '\t' (tab) characters
the debugger will not print after the executing the respective
statement.
Is there any option to flush out the buffer and make printable on the
GDB console.

For example:

------------------
(gdb)   cout<<"Sunil"<<\t";
(gdb)  i=1;
-------------

Here the GDB is not printing the output on the GDB console. Because it
is stored in the beffer and it is not flushed out.
So is there any way to print the above output in the GDB console other
than using the "endl" (new line)  in the program.

Regards
Sunil


_______________________________________________
bug-gdb mailing list
bug-gdb@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gdb

Reply via email to