Make target_ops::has_execution take an 'inferior *' instead of a ptid_t
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 0ec70c28b90d16b540a3eb08250af8ef74b968c1..74f660828df2b6b085f5f55b8ea433399303e4ef 100644 (file)
@@ -94,7 +94,7 @@ public:
   bool has_memory () override;
   bool has_stack () override;
   bool has_registers () override;
-  bool has_execution (ptid_t) override { return false; }
+  bool has_execution (inferior *inf) override { return false; }
 
   bool info_proc (const char *, enum info_proc_what) override;
 
This page took 0.024 seconds and 4 git commands to generate.