| OLD | NEW |
| 1 /* Native-dependent code for FreeBSD/amd64. | 1 /* Native-dependent code for FreeBSD/amd64. |
| 2 | 2 |
| 3 Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 This file is part of GDB. | 5 This file is part of GDB. |
| 6 | 6 |
| 7 This program is free software; you can redistribute it and/or modify | 7 This program is free software; you can redistribute it and/or modify |
| 8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
| 9 the Free Software Foundation; either version 3 of the License, or | 9 the Free Software Foundation; either version 3 of the License, or |
| 10 (at your option) any later version. | 10 (at your option) any later version. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 #include "target.h" | 23 #include "target.h" |
| 24 | 24 |
| 25 #include "gdb_assert.h" | 25 #include "gdb_assert.h" |
| 26 #include <signal.h> | 26 #include <signal.h> |
| 27 #include <stddef.h> | 27 #include <stddef.h> |
| 28 #include <sys/types.h> | 28 #include <sys/types.h> |
| 29 #include <sys/ptrace.h> | 29 #include <sys/ptrace.h> |
| 30 #include <sys/sysctl.h> | 30 #include <sys/sysctl.h> |
| 31 #include <machine/reg.h> | 31 #include <machine/reg.h> |
| 32 | 32 |
error: old chunk mismatch |
None
| OLD | NEW |