X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Flinux-record.c;h=11bb990fcae897fa329534601d2138f4b6239b25;hb=cb8c24b66178a2b7efcfa396ac54fb7252493d9c;hp=15a0d9f4d90672a9c88c6f35d9ad1e24e6779aa7;hpb=ac7936dfd0c85e5de2dfec45ca0dbf72baeffa51;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/linux-record.c b/gdb/linux-record.c index 15a0d9f4d9..11bb990fca 100644 --- a/gdb/linux-record.c +++ b/gdb/linux-record.c @@ -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. @@ -24,6 +24,7 @@ #include "record.h" #include "record-full.h" #include "linux-record.h" +#include "gdbarch.h" /* These macros are the values of the first argument of system call "sys_ptrace". The values of these macros were obtained from Linux @@ -881,6 +882,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);