X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Frecord.h;h=84396e66cbecf7d1210a7752c8d23bb1eab52bc9;hb=3a4ae681237c26ac55603f3a92c92fd748108cd2;hp=d4049ea24cb8a88c5572596bd075d108a9de5434;hpb=69d05d3898f104fab077edf3c80e4f158084a8f4;p=binutils-gdb.git diff --git a/gdb/record.h b/gdb/record.h index d4049ea24cb..84396e66cbe 100644 --- a/gdb/record.h +++ b/gdb/record.h @@ -1,6 +1,6 @@ /* Process record and replay target for GDB, the GNU debugger. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2012 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);