Convert default_child_has_foo functions to process_stratum_target methods
[deliverable/binutils-gdb.git] / gdb / process-stratum-target.h
index 0a799f7a28ef8b049d2e8a1869ab9a8abf136cf1..74640aa1ed5f90a7bfcb1251a9898a5eeb2d3de0 100644 (file)
@@ -46,6 +46,14 @@ public:
 
   /* This default implementation always returns target_gdbarch ().  */
   struct gdbarch *thread_architecture (ptid_t ptid) override;
+
+  /* Default implementations for process_stratum targets.  Return true
+     if there's a selected inferior, false otherwise.  */
+  bool has_all_memory () override;
+  bool has_memory () override;
+  bool has_stack () override;
+  bool has_registers () override;
+  bool has_execution (ptid_t the_ptid) override;
 };
 
 #endif /* !defined (PROCESS_STRATUM_TARGET_H) */
This page took 0.026689 seconds and 4 git commands to generate.