bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems with GDB 5.0, on solaris 2.6


From: Wouter De Maere
Subject: problems with GDB 5.0, on solaris 2.6
Date: Mon, 05 Mar 2001 16:07:20 +0100

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]