Browse Source

#include <sys/ptrace.h>

gdb-4_18-branch
Stu Grossman 35 years ago
parent
commit
2b88cafe02
  1. 3
      gdb/coredep.c

3
gdb/coredep.c

@ -32,6 +32,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/user.h>
#ifdef USG
#include <sys/ptrace.h>
#endif
/* Extract the register values out of the core file and store

Loading…
Cancel
Save