Place displaced step data directly in inferior structure
[deliverable/binutils-gdb.git] / gdb / linux-record.c
index 15a0d9f4d90672a9c88c6f35d9ad1e24e6779aa7..338e8b93c916c92e85db0049669d5c311f3e7b8b 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target code for GNU/Linux.
 
-   Copyright (C) 2008-2017 Free Software Foundation, Inc.
+   Copyright (C) 2008-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -881,6 +881,7 @@ Do you want to stop the program?"),
              if (record_linux_sockaddr (regcache, tdep, tmpulongest, len))
                return -1;
            }
+         break;
        case RECORD_SYS_RECV:
          regcache_raw_read_unsigned (regcache, tdep->arg2,
                                      &tmpulongest);
This page took 0.024724 seconds and 4 git commands to generate.