Hello,
I've got some problems when using gdb 5.0 on solaris 2.6.
The 5.0 version of gdb uses the new procfs system calls
for stepping, watchpoints, etc...
When I interrupt the running program, gdb returns from
write (pi->ctl_fd, (char *) &cmd, sizeof (cmd))
(in the function 'proc_wait_for_stop')
without having written the cmd (return value = -1).
Errno signifies the error 'interrupted system call', and the
status of the process being debugged doesn't indicate the
stopped state.
I would really appreciate any kind of help !
Regards,
Wouter.
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb