X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Frecord-full.h;h=d006d2d7f97fe2d48ff3888a4cd54748899b9912;hb=b0eb7e3ea662525545e60fcb092272afaa1cddb2;hp=81acfea43642c25c61059d8d3c235555ac5a13c4;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/record-full.h b/gdb/record-full.h index 81acfea436..d006d2d7f9 100644 --- a/gdb/record-full.h +++ b/gdb/record-full.h @@ -1,6 +1,6 @@ /* Process record and replay target for GDB, the GNU debugger. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -20,7 +20,7 @@ #ifndef RECORD_FULL_H #define RECORD_FULL_H -extern int record_full_memory_query; +extern bool record_full_memory_query; extern int record_full_arch_list_add_reg (struct regcache *regcache, int num); extern int record_full_arch_list_add_mem (CORE_ADDR addr, int len);