* remote-mips.c: Put back the form feeds.
This commit is contained in:
parent
266454ca50
commit
d6ca85a8ca
2 changed files with 14 additions and 18 deletions
|
@ -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>
|
Thu Feb 27 12:04:24 1997 Mark Alexander <marka@cygnus.com>
|
||||||
|
|
||||||
* remote-mips.c: Remove form feeds (^L) from source.
|
* remote-mips.c: Remove form feeds (^L) from source.
|
||||||
|
|
|
@ -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));
|
extern void mips_set_processor_type_command PARAMS ((char *, int));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Prototypes for local functions. */
|
/* Prototypes for local functions. */
|
||||||
|
|
||||||
static int mips_readchar PARAMS ((int timeout));
|
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 mips_ops;
|
||||||
extern struct target_ops pmon_ops;
|
extern struct target_ops pmon_ops;
|
||||||
extern struct target_ops ddb_ops;
|
extern struct target_ops ddb_ops;
|
||||||
|
|
||||||
|
|
||||||
/* The MIPS remote debugging interface is built on top of a simple
|
/* The MIPS remote debugging interface is built on top of a simple
|
||||||
packet protocol. Each packet is organized as follows:
|
packet protocol. Each packet is organized as follows:
|
||||||
|
|
||||||
|
@ -1149,8 +1147,7 @@ mips_receive_packet (buff, throw_error, timeout)
|
||||||
|
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Optionally send a request to the remote system and optionally wait
|
/* Optionally send a request to the remote system and optionally wait
|
||||||
for the reply. This implements the remote debugging protocol,
|
for the reply. This implements the remote debugging protocol,
|
||||||
which is built on top of the packet protocol defined above. Each
|
which is built on top of the packet protocol defined above. Each
|
||||||
|
@ -2250,8 +2247,7 @@ mips_mourn_inferior ()
|
||||||
unpush_target (current_ops);
|
unpush_target (current_ops);
|
||||||
generic_mourn_inferior ();
|
generic_mourn_inferior ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* We can write a breakpoint and read the shadow contents in one
|
/* We can write a breakpoint and read the shadow contents in one
|
||||||
operation. */
|
operation. */
|
||||||
|
|
||||||
|
@ -2556,8 +2552,7 @@ common_breakpoint (cmd, addr, mask, flags)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
send_srec (srec, len, addr)
|
send_srec (srec, len, addr)
|
||||||
char *srec;
|
char *srec;
|
||||||
|
@ -3229,8 +3224,7 @@ mips_load (file, from_tty)
|
||||||
|
|
||||||
clear_symtab_users ();
|
clear_symtab_users ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* The target vector. */
|
/* The target vector. */
|
||||||
|
|
||||||
struct target_ops mips_ops =
|
struct target_ops mips_ops =
|
||||||
|
@ -3279,8 +3273,7 @@ HOST:PORT to access a board over a network", /* to_doc */
|
||||||
NULL, /* sections_end */
|
NULL, /* sections_end */
|
||||||
OPS_MAGIC /* to_magic */
|
OPS_MAGIC /* to_magic */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* An alternative target vector: */
|
/* An alternative target vector: */
|
||||||
struct target_ops pmon_ops =
|
struct target_ops pmon_ops =
|
||||||
{
|
{
|
||||||
|
@ -3328,8 +3321,7 @@ colon, HOST:PORT to access a board over a network", /* to_doc */
|
||||||
NULL, /* sections_end */
|
NULL, /* sections_end */
|
||||||
OPS_MAGIC /* to_magic */
|
OPS_MAGIC /* to_magic */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Another alternative target vector. This is a PMON system, but with
|
/* Another alternative target vector. This is a PMON system, but with
|
||||||
a different monitor prompt, aswell as some other operational
|
a different monitor prompt, aswell as some other operational
|
||||||
differences: */
|
differences: */
|
||||||
|
@ -3383,6 +3375,7 @@ of the TFTP temporary file, if it differs from the filename seen by the board",
|
||||||
NULL, /* sections_end */
|
NULL, /* sections_end */
|
||||||
OPS_MAGIC /* to_magic */
|
OPS_MAGIC /* to_magic */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Another alternative target vector for LSI Logic MiniRISC boards.
|
/* Another alternative target vector for LSI Logic MiniRISC boards.
|
||||||
This is a PMON system, but with some other operational differences. */
|
This is a PMON system, but with some other operational differences. */
|
||||||
struct target_ops lsi_ops =
|
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 */
|
NULL, /* sections_end */
|
||||||
OPS_MAGIC /* to_magic */
|
OPS_MAGIC /* to_magic */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
_initialize_remote_mips ()
|
_initialize_remote_mips ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue