mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
2011-02-28 Michael Snyder <msnyder@vmware.com>
* linux-record.c (record_linux_system_call): Add missing break statement.
This commit is contained in:
parent
0067d8fc73
commit
907b7f4fc8
@ -1,3 +1,8 @@
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* linux-record.c (record_linux_system_call): Add missing
|
||||
break statement.
|
||||
|
||||
2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* breakpoint.c (print_one_breakpoint_location): Remove unused
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user