2003-10-31 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / target.h
index 0746c1d33bb16d768ac87c88e423aa4ae5c92856..de09208e0667f17e4ac654e924d4b0c864a475bb 100644 (file)
@@ -280,6 +280,8 @@ struct target_ops
     char *to_doc;              /* Documentation.  Does not include trailing
                                   newline, and starts with a one-line descrip-
                                   tion (probably similar to to_longname).  */
+    /* Per-target scratch pad.  */
+    void *to_data;
     /* The open routine takes the rest of the parameters from the
        command, and (if successful) pushes a new target onto the
        stack.  Targets should supply this routine, if only to provide
This page took 0.028668 seconds and 4 git commands to generate.