gdb/
[deliverable/binutils-gdb.git] / gdb / linux-record.c
index f07a889f6716263ccb11042cb5c97b11594a3d77..fb233d6d0abca84c1bf0bc063843ca49c192ac5e 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target code for GNU/Linux.
 
-   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -770,6 +770,8 @@ Do you want to stop the program?"),
         if (record_linux_sockaddr (regcache, tdep, tmpulongest, len))
           return -1;
       }
+      break;
+
     case gdb_sys_recv:
       {
         ULONGEST size;
This page took 0.029561 seconds and 4 git commands to generate.