]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
ChangeLog:
[thirdparty/binutils-gdb.git] / gdb / target.h
index e1deb5ef33e23b842326b23d8f74db575724fab5..d4605ae1a288ec2c99813d809a14097f444dc54c 100644 (file)
@@ -715,6 +715,9 @@ struct target_ops
     char *(*to_fileio_readlink) (const char *filename, int *target_errno);
 
 
+    /* Implement the "info proc" command.  */
+    void (*to_info_proc) (struct target_ops *, char *, enum info_proc_what);
+
     /* Tracepoint-related operations.  */
 
     /* Prepare the target for a tracing run.  */
@@ -942,6 +945,10 @@ extern void target_store_registers (struct regcache *regcache, int regs);
 
 struct address_space *target_thread_address_space (ptid_t);
 
+/* Implement the "info proc" command.  */
+
+void target_info_proc (char *, enum info_proc_what);
+
 /* Returns true if this target can debug multiple processes
    simultaneously.  */