gdb
[deliverable/binutils-gdb.git] / gdb / target.h
index 7907ee11729c8e2cb3bce5f8ee66540af0114300..a832ef84fc33c412e1af319bdc742e40a9019562 100644 (file)
@@ -976,9 +976,12 @@ extern void target_store_registers (struct regcache *regcache, int regs);
 
 struct address_space *target_thread_address_space (ptid_t);
 
-/* Implement the "info proc" command.  */
+/* Implement the "info proc" command.  This returns one if the request
+   was handled, and zero otherwise.  It can also throw an exception if
+   an error was encountered while attempting to handle the
+   request.  */
 
-void target_info_proc (char *, enum info_proc_what);
+int target_info_proc (char *, enum info_proc_what);
 
 /* Returns true if this target can debug multiple processes
    simultaneously.  */
This page took 0.024891 seconds and 4 git commands to generate.