Consolidate API of target_supports_multi_process
[deliverable/binutils-gdb.git] / gdb / target.h
index b458970c1a9b87f0c479ad04f41befaa50dd8e73..176f33293151aaf0c76a25f8d248717fd0a37fa6 100644 (file)
@@ -1380,12 +1380,6 @@ struct address_space *target_thread_address_space (ptid_t);
 
 int target_info_proc (const char *, enum info_proc_what);
 
-/* Returns true if this target can debug multiple processes
-   simultaneously.  */
-
-#define        target_supports_multi_process() \
-     (*current_target.to_supports_multi_process) (&current_target)
-
 /* Returns true if this target can disable address space randomization.  */
 
 int target_supports_disable_randomization (void);
This page took 0.023432 seconds and 4 git commands to generate.