* gdbcore.h (read_memory_nobpt): New function name instead of
[deliverable/binutils-gdb.git] / gdb / i386-linux-nat.c
index 05501e214e32fb9c92c433053fd405c71ceb69c8..530228234502779ed04d73c72565a4910186031a 100644 (file)
@@ -785,7 +785,7 @@ i386_linux_resume (ptid_t ptid, int step, enum target_signal signal)
          that's about to be restored, and set the trace flag there.  */
 
       /* First check if PC is at a system call.  */
-      if (deprecated_read_memory_nobpt (pc, buf, LINUX_SYSCALL_LEN) == 0
+      if (read_memory_nobpt (pc, buf, LINUX_SYSCALL_LEN) == 0
          && memcmp (buf, linux_syscall, LINUX_SYSCALL_LEN) == 0)
        {
          int syscall = read_register_pid (LINUX_SYSCALL_REGNUM,
This page took 0.023014 seconds and 4 git commands to generate.