diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:49:35 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 22:49:35 +0000 |
commit | d9548d448cadda7d79b063d1ce6999ded6bcbf52 (patch) | |
tree | 3237a3af9a7bbba89953879c7d19c411adf82bb2 /gdb/go32-xdep.c | |
parent | e367cb3b503e24bd374230ac63f2b89fa59894c7 (diff) | |
download | gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.zip gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.tar.gz gdb-d9548d448cadda7d79b063d1ce6999ded6bcbf52.tar.bz2 |
go32 host/target/native separation
Diffstat (limited to 'gdb/go32-xdep.c')
-rw-r--r-- | gdb/go32-xdep.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/go32-xdep.c b/gdb/go32-xdep.c index b546121..ec15588 100644 --- a/gdb/go32-xdep.c +++ b/gdb/go32-xdep.c @@ -32,10 +32,3 @@ execlp(){uerror("attempt to call execlp()");} kill_inferior(){uerror("attempt to call kill_inferior()");} re_comp(){uerror("attempt to call re_comp()");} re_exec(){uerror("attempt to call re_exec()");} -call_ptrace(){uerror("attempt to call call_ptrace()");} -child_resume(){uerror("attempt to call child_resume()");} -fetch_inferior_registers(){uerror("attempt to call fetch_inferior_registers()");} -store_inferior_registers(){uerror("attempt to call store_inferior_registers()");} -child_xfer_memory(){uerror("attempt to call child_xfer_memory()");} -fetch_core_registers(){uerror("attempt to call fetch_core_registers()");} - |