aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1997-02-27 22:14:22 +0000
committerMark Alexander <marka@cygnus>1997-02-27 22:14:22 +0000
commitd6ca85a8ca9706d82a3131b35871d06183ea8fe0 (patch)
tree73f994f10d5e7baf79599c69b2ccd8b1f6842058
parent266454ca500c75b29f409c1e7d19ce6165f1bca1 (diff)
downloadgdb-d6ca85a8ca9706d82a3131b35871d06183ea8fe0.zip
gdb-d6ca85a8ca9706d82a3131b35871d06183ea8fe0.tar.gz
gdb-d6ca85a8ca9706d82a3131b35871d06183ea8fe0.tar.bz2
* remote-mips.c: Put back the form feeds.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/remote-mips.c28
2 files changed, 14 insertions, 18 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0161c6d..2e46d41 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 27 14:12:41 1997 Mark Alexander <marka@cygnus.com>
+
+ * remote-mips.c: Put back the form feeds.
+
Thu Feb 27 12:04:24 1997 Mark Alexander <marka@cygnus.com>
* remote-mips.c: Remove form feeds (^L) from source.
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index a5cca1d..26ed258 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -47,8 +47,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern void mips_set_processor_type_command PARAMS ((char *, int));
-
-
+
/* Prototypes for local functions. */
static int mips_readchar PARAMS ((int timeout));
@@ -153,8 +152,7 @@ static void common_open PARAMS ((struct target_ops *ops, char *name,
extern struct target_ops mips_ops;
extern struct target_ops pmon_ops;
extern struct target_ops ddb_ops;
-
-
+
/* The MIPS remote debugging interface is built on top of a simple
packet protocol. Each packet is organized as follows:
@@ -1149,8 +1147,7 @@ mips_receive_packet (buff, throw_error, timeout)
return len;
}
-
-
+
/* Optionally send a request to the remote system and optionally wait
for the reply. This implements the remote debugging protocol,
which is built on top of the packet protocol defined above. Each
@@ -2250,8 +2247,7 @@ mips_mourn_inferior ()
unpush_target (current_ops);
generic_mourn_inferior ();
}
-
-
+
/* We can write a breakpoint and read the shadow contents in one
operation. */
@@ -2556,8 +2552,7 @@ common_breakpoint (cmd, addr, mask, flags)
return 0;
}
-
-
+
static void
send_srec (srec, len, addr)
char *srec;
@@ -3229,8 +3224,7 @@ mips_load (file, from_tty)
clear_symtab_users ();
}
-
-
+
/* The target vector. */
struct target_ops mips_ops =
@@ -3279,8 +3273,7 @@ HOST:PORT to access a board over a network", /* to_doc */
NULL, /* sections_end */
OPS_MAGIC /* to_magic */
};
-
-
+
/* An alternative target vector: */
struct target_ops pmon_ops =
{
@@ -3328,8 +3321,7 @@ colon, HOST:PORT to access a board over a network", /* to_doc */
NULL, /* sections_end */
OPS_MAGIC /* to_magic */
};
-
-
+
/* Another alternative target vector. This is a PMON system, but with
a different monitor prompt, aswell as some other operational
differences: */
@@ -3383,6 +3375,7 @@ of the TFTP temporary file, if it differs from the filename seen by the board",
NULL, /* sections_end */
OPS_MAGIC /* to_magic */
};
+
/* Another alternative target vector for LSI Logic MiniRISC boards.
This is a PMON system, but with some other operational differences. */
struct target_ops lsi_ops =
@@ -3435,8 +3428,7 @@ of the TFTP temporary file, if it differs from the filename seen by the board",
NULL, /* sections_end */
OPS_MAGIC /* to_magic */
};
-
-
+
void
_initialize_remote_mips ()
{