summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/gdbinternals.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 18:02:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 18:02:33 +0000
commit9ec462aa509c5c8f750334af9d12bda8cd0d807d (patch)
tree3be668e895c5bc2045819bed3b284e159fc11df5 /doc/rgdb_specs/gdbinternals.t
parentAdded descriptions of the mount table entry elements. (diff)
downloadrtems-9ec462aa509c5c8f750334af9d12bda8cd0d807d.tar.bz2
Fixing many lines that are too long to format cleanly.
Diffstat (limited to '')
-rw-r--r--doc/rgdb_specs/gdbinternals.t25
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/rgdb_specs/gdbinternals.t b/doc/rgdb_specs/gdbinternals.t
index d989cfe8e9..947130155a 100644
--- a/doc/rgdb_specs/gdbinternals.t
+++ b/doc/rgdb_specs/gdbinternals.t
@@ -34,9 +34,10 @@ struct target_ops
@{
char *to_shortname; /* Name this target type */
char *to_longname; /* Name for printing */
- char *to_doc; /* Documentation. Does not include trailing
- newline, and starts with a one-line descrip-
- tion (probably similar to to_longname). */
+ char *to_doc; /* Documentation. Does not include trailing
+ newline, and starts with a one-line
+ description (probably similar to
+ to_longname). */
void (*to_open) PARAMS ((char *, int));
void (*to_close) PARAMS ((int));
void (*to_attach) PARAMS ((char *, int));
@@ -48,14 +49,15 @@ struct target_ops
void (*to_prepare_to_store) PARAMS ((void));
/* Transfer LEN bytes of memory between GDB address MYADDR and
- target address MEMADDR. If WRITE, transfer them to the target, else
- transfer them from the target. TARGET is the target from which we
- get this function.
+ target address MEMADDR. If WRITE, transfer them to the target,
+ else transfer them from the target. TARGET is the target from
+ which we get this function.
Return value, N, is one of the following:
- 0 means that we can't handle this. If errno has been set, it is the
- error which prevented us from doing it (FIXME: What about bfd_error?).
+ 0 means that we can't handle this. If errno has been set,
+ it is the error which prevented us from doing it (FIXME:
+ What about bfd_error?).
positive (call it N) means that we have transferred N bytes
starting at MEMADDR. We might be able to handle more bytes
@@ -65,9 +67,10 @@ struct target_ops
transfer right at MEMADDR, but we could transfer at least
something at MEMADDR + N. */
- int (*to_xfer_memory) PARAMS ((CORE_ADDR memaddr, char *myaddr,
- int len, int write,
- struct target_ops * target));
+ int (*to_xfer_memory)
+ PARAMS ((CORE_ADDR memaddr, char *myaddr,
+ int len, int write,
+ struct target_ops * target));
void (*to_files_info) PARAMS ((struct target_ops *));
int (*to_insert_breakpoint) PARAMS ((CORE_ADDR, char *));