Add regcache raw_compare method
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 3b72986db1a0cf81b9a00cc3d4efdff783af174d..41465fb20d0dcdddaf39e47c1fc79f1e8eadc260 100644 (file)
@@ -188,6 +188,9 @@ public:
 
   virtual ~reg_buffer () = default;
 
+  /* See common/common-regcache.h.  */
+  bool raw_compare (int regnum, const void *buf, int offset) const override;
+
 protected:
   /* Assert on the range of REGNUM.  */
   void assert_regnum (int regnum) const;
This page took 0.025661 seconds and 4 git commands to generate.