remove comment in machoread.c (macho_symfile_read)
[deliverable/binutils-gdb.git] / gdb / record.h
index 36fbfd6e1f4f60397ddd5591d35a1fd2768ef99a..7ddf548a8a295b698986c6b3d12867c2fbf39834 100644 (file)
@@ -1,6 +1,6 @@
 /* Process record and replay target for GDB, the GNU debugger.
 
-   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -23,6 +23,7 @@
 #define RECORD_IS_USED (current_target.to_stratum == record_stratum)
 
 extern int record_debug;
+extern int record_memory_query;
 
 extern int record_arch_list_add_reg (struct regcache *regcache, int num);
 extern int record_arch_list_add_mem (CORE_ADDR addr, int len);
This page took 0.025706 seconds and 4 git commands to generate.