Convert default_child_has_foo functions to process_stratum_target methods
[deliverable/binutils-gdb.git] / gdb / target.h
index 36f8d5e5a2d8047053848f7121b7631af43fd773..b0469bba1482793c29e9211c811aada3cd98836b 100644 (file)
@@ -1790,15 +1790,6 @@ extern int target_has_execution_current (void);
 
 #define target_has_execution target_has_execution_current ()
 
-/* Default implementations for process_stratum targets.  Return true
-   if there's a selected inferior, false otherwise.  */
-
-extern int default_child_has_all_memory ();
-extern int default_child_has_memory ();
-extern int default_child_has_stack ();
-extern int default_child_has_registers ();
-extern int default_child_has_execution (ptid_t the_ptid);
-
 /* Can the target support the debugger control of thread execution?
    Can it lock the thread scheduler?  */
 
This page took 0.024696 seconds and 4 git commands to generate.