Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: gdb/mem-break.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/mdebugread.c ('k') | gdb/memattr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/mem-break.c
diff --git a/gdb/mem-break.c b/gdb/mem-break.c
index bd34fb2df1499fd60b1f9c22570b15429f6af291..f06c4ae7adafc36e9810cb841e0e8419ec1eead8 100644
--- a/gdb/mem-break.c
+++ b/gdb/mem-break.c
@@ -1,7 +1,6 @@
/* Simulate breakpoints by patching locations in the target system, for GDB.
- Copyright (C) 1990-1993, 1995, 1997-2000, 2002, 2007-2012 Free
- Software Foundation, Inc.
+ Copyright (C) 1990-2013 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by John Gilmore.
@@ -21,15 +20,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* This file is only useful if BREAKPOINT_FROM_PC is set. If not, we
- punt. */
-
#include "symtab.h"
#include "breakpoint.h"
#include "inferior.h"
#include "target.h"
-#include "gdb_string.h"
+#include <string.h>
/* Insert a breakpoint on targets that don't have any better
« no previous file with comments | « gdb/mdebugread.c ('k') | gdb/memattr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698