Hi
I am facing a problem while calling C library function
"setbuf" with stdin as a first argument in solaris version of gdb 4.17 &
4.18 also.
The sequence of my actions
* created a executable using gcc -g option
* calling the executable through gdb
* setting breackpoing and run
* issuing command "call setbuf(stdin, 0)"
Result
No symbol "stdin" in current context.
If i use 1 instead of stdin in the call then its coming out
silently.
Looking for your earlier reply....
Thanks
Natraj
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb