summaryrefslogtreecommitdiff
path: root/gdb/linux-record.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-02-28 18:10:28 +0000
committerMichael Snyder <msnyder@specifix.com>2011-02-28 18:10:28 +0000
commitd9ff58d313f33045ae8b1f21c7bc0d96c97a1a22 (patch)
tree18effe461b0de6aefccd92b2de579a0ba6661272 /gdb/linux-record.c
parent3586cd62d53a78ecbb688fb56810775561d4a5a2 (diff)
downloadgdb-d9ff58d313f33045ae8b1f21c7bc0d96c97a1a22.tar.gz
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-record.c (record_linux_system_call): Add missing break statement.
Diffstat (limited to 'gdb/linux-record.c')
-rw-r--r--gdb/linux-record.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/linux-record.c b/gdb/linux-record.c
index 2a5b29edc67..0e37102ab32 100644
--- a/gdb/linux-record.c
+++ b/gdb/linux-record.c
@@ -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;