1993-09-14 00:12:16 +02:00
|
|
|
/* Generic support for remote debugging interfaces.
|
|
|
|
|
* README: Remove note about gcc warnings on alpha, these should be
gone now.
* c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c,
m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
remote-utils.c, stabsread.c: Include <string.h>.
* regex.c: Include "defs.h", change re_comp argument to const char *.
* infptrace.c (fetch_register, store_inferior_registers): Change
regaddr to type CORE_ADDR.
* config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
1994-02-08 10:01:03 +01:00
|
|
|
Copyright 1993, 1994 Free Software Foundation, Inc.
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
This file is part of GDB.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
1995-08-02 05:41:12 +02:00
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
/* This file actually contains two distinct logical "packages". They
|
|
|
|
are packaged together in this one file because they are typically
|
|
|
|
used together.
|
|
|
|
|
|
|
|
The first package is an addition to the serial package. The
|
|
|
|
addition provides reading and writing with debugging output and
|
|
|
|
timeouts based on user settable variables. These routines are
|
|
|
|
intended to support serial port based remote backends. These
|
|
|
|
functions are prefixed with sr_.
|
|
|
|
|
|
|
|
The second package is a collection of more or less generic
|
|
|
|
functions for use by remote backends. They support user settable
|
|
|
|
variables for debugging, retries, and the like.
|
|
|
|
|
|
|
|
Todo:
|
|
|
|
|
|
|
|
* a pass through mode a la kermit or telnet.
|
|
|
|
* autobaud.
|
|
|
|
* ask remote to change his baud rate.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <ctype.h>
|
|
|
|
|
|
|
|
#include "defs.h"
|
* configure.in: Check for working mmap, ansi headers, string.h,
strings.h, and memory.h.
* configure: Regenerated.
* gdb_stat.h: New file, "portable" <sys/stat.h>.
* gdb_string.h: New file, "portable" <string.h>.
* altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
instead of <sys/stat.h>.
* alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
"gdb_string.h" instead of <string.h>.
* gdbtk.c: Likewise.
* config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
sparc/xm-sun4os4.h (HAVE_MMAP): Removed.
* config/xm-lynx.h, config/i386/xm-ptx.h,
config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
config/pa/hppah.h, config/rs6000/xm-rs6000.h,
config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
* config/mips/xm-irix3.h, config/mips/xm-mips.h,
config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
1995-08-01 22:14:27 +02:00
|
|
|
#include "gdb_string.h"
|
1993-09-14 00:12:16 +02:00
|
|
|
#include "gdbcmd.h"
|
|
|
|
#include "target.h"
|
|
|
|
#include "serial.h"
|
|
|
|
#include "gdbcore.h" /* for exec_bfd */
|
|
|
|
#include "inferior.h" /* for generic_mourn_inferior */
|
|
|
|
#include "remote-utils.h"
|
|
|
|
|
|
|
|
struct _sr_settings sr_settings = {
|
|
|
|
4, /* timeout:
|
|
|
|
remote-hms.c had 2
|
|
|
|
remote-bug.c had "with a timeout of 2, we time out waiting for
|
|
|
|
the prompt after an s-record dump."
|
|
|
|
|
|
|
|
remote.c had (2): This was 5 seconds, which is a long time to
|
|
|
|
sit and wait. Unless this is going though some terminal server
|
|
|
|
or multiplexer or other form of hairy serial connection, I
|
|
|
|
would think 2 seconds would be plenty.
|
|
|
|
*/
|
|
|
|
|
|
|
|
10, /* retries */
|
|
|
|
NULL, /* device */
|
|
|
|
NULL, /* descriptor */
|
|
|
|
};
|
|
|
|
|
|
|
|
struct gr_settings *gr_settings = NULL;
|
|
|
|
|
|
|
|
static void
|
|
|
|
usage(proto, junk)
|
|
|
|
char *proto;
|
|
|
|
char *junk;
|
|
|
|
{
|
|
|
|
if (junk != NULL)
|
1993-11-01 23:25:23 +01:00
|
|
|
fprintf_unfiltered(gdb_stderr, "Unrecognized arguments: `%s'.\n", junk);
|
1993-09-14 00:12:16 +02:00
|
|
|
|
1994-01-28 03:18:39 +01:00
|
|
|
error ("Usage: target %s [DEVICE [SPEED [DEBUG]]]\n\
|
|
|
|
where DEVICE is the name of a device or HOST:PORT", proto, proto);
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
#define CHECKDONE(p, q) \
|
|
|
|
{ \
|
|
|
|
if (q == p) \
|
|
|
|
{ \
|
|
|
|
if (*p == '\0') \
|
|
|
|
return; \
|
|
|
|
else \
|
|
|
|
usage(proto, p); \
|
|
|
|
} \
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
sr_scan_args(proto, args)
|
|
|
|
char *proto;
|
|
|
|
char *args;
|
|
|
|
{
|
|
|
|
int n;
|
|
|
|
char *p, *q;
|
|
|
|
|
|
|
|
/* if no args, then nothing to do. */
|
|
|
|
if (args == NULL || *args == '\0')
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* scan off white space. */
|
|
|
|
for (p = args; isspace(*p); ++p) ;;
|
|
|
|
|
|
|
|
/* find end of device name. */
|
|
|
|
for (q = p; *q != '\0' && !isspace(*q); ++q) ;;
|
|
|
|
|
|
|
|
/* check for missing or empty device name. */
|
|
|
|
CHECKDONE(p, q);
|
|
|
|
sr_set_device(savestring(p, q - p));
|
|
|
|
|
|
|
|
/* look for baud rate. */
|
|
|
|
n = strtol(q, &p, 10);
|
|
|
|
|
|
|
|
/* check for missing or empty baud rate. */
|
|
|
|
CHECKDONE(p, q);
|
1994-02-26 02:52:39 +01:00
|
|
|
baud_rate = n;
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
/* look for debug value. */
|
|
|
|
n = strtol(p, &q, 10);
|
|
|
|
|
|
|
|
/* check for missing or empty debug value. */
|
|
|
|
CHECKDONE(p, q);
|
|
|
|
sr_set_debug(n);
|
|
|
|
|
|
|
|
/* scan off remaining white space. */
|
|
|
|
for (p = q; isspace(*p); ++p) ;;
|
|
|
|
|
|
|
|
/* if not end of string, then there's unrecognized junk. */
|
|
|
|
if (*p != '\0')
|
|
|
|
usage(proto, p);
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_generic_checkin()
|
|
|
|
{
|
|
|
|
sr_write_cr("");
|
|
|
|
gr_expect_prompt();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_open(args, from_tty, gr)
|
|
|
|
char *args;
|
|
|
|
int from_tty;
|
|
|
|
struct gr_settings *gr;
|
|
|
|
{
|
|
|
|
target_preopen(from_tty);
|
|
|
|
sr_scan_args(gr->ops->to_shortname, args);
|
|
|
|
unpush_target(gr->ops);
|
|
|
|
|
|
|
|
gr_settings = gr;
|
|
|
|
|
|
|
|
gr_set_dcache(dcache_init(gr->readfunc, gr->writefunc));
|
|
|
|
|
|
|
|
if (sr_get_desc() != NULL)
|
|
|
|
gr_close (0);
|
|
|
|
|
1994-01-28 03:18:39 +01:00
|
|
|
/* If no args are specified, then we use the device specified by a
|
|
|
|
previous command or "set remotedevice". But if there is no
|
|
|
|
device, better stop now, not dump core. */
|
|
|
|
|
|
|
|
if (sr_get_device () == NULL)
|
|
|
|
usage (gr->ops->to_shortname, NULL);
|
|
|
|
|
1993-09-14 00:12:16 +02:00
|
|
|
sr_set_desc(SERIAL_OPEN (sr_get_device()));
|
|
|
|
if (!sr_get_desc())
|
|
|
|
perror_with_name((char *) sr_get_device());
|
|
|
|
|
1994-02-26 02:52:39 +01:00
|
|
|
if (baud_rate != -1)
|
1993-09-14 00:12:16 +02:00
|
|
|
{
|
1994-02-26 02:52:39 +01:00
|
|
|
if (SERIAL_SETBAUDRATE(sr_get_desc(), baud_rate) != 0)
|
|
|
|
{
|
|
|
|
SERIAL_CLOSE(sr_get_desc());
|
|
|
|
perror_with_name(sr_get_device());
|
|
|
|
}
|
1993-09-14 00:12:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
SERIAL_RAW (sr_get_desc());
|
|
|
|
|
1993-09-21 22:35:36 +02:00
|
|
|
/* If there is something sitting in the buffer we might take it as a
|
|
|
|
response to a command, which would be bad. */
|
|
|
|
SERIAL_FLUSH_INPUT (sr_get_desc ());
|
|
|
|
|
1993-09-14 00:12:16 +02:00
|
|
|
/* default retries */
|
|
|
|
if (sr_get_retries() == 0)
|
|
|
|
sr_set_retries(1);
|
|
|
|
|
|
|
|
/* default clear breakpoint function */
|
|
|
|
if (gr_settings->clear_all_breakpoints == NULL)
|
|
|
|
gr_settings->clear_all_breakpoints = remove_breakpoints;
|
|
|
|
|
|
|
|
if (from_tty)
|
1994-02-26 02:52:39 +01:00
|
|
|
{
|
|
|
|
printf_filtered ("Remote debugging using `%s'", sr_get_device ());
|
|
|
|
if (baud_rate != -1)
|
|
|
|
printf_filtered (" at baud rate of %d",
|
|
|
|
baud_rate);
|
1994-02-26 11:01:45 +01:00
|
|
|
printf_filtered ("\n");
|
1994-02-26 02:52:39 +01:00
|
|
|
}
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
push_target(gr->ops);
|
|
|
|
gr_checkin();
|
|
|
|
gr_clear_all_breakpoints ();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Read a character from the remote system masking it down to 7 bits
|
|
|
|
and doing all the fancy timeout stuff. */
|
|
|
|
|
|
|
|
int
|
|
|
|
sr_readchar ()
|
|
|
|
{
|
|
|
|
int buf;
|
|
|
|
|
|
|
|
buf = SERIAL_READCHAR (sr_get_desc(), sr_get_timeout());
|
|
|
|
|
|
|
|
if (buf == SERIAL_TIMEOUT)
|
|
|
|
error ("Timeout reading from remote system.");
|
|
|
|
|
|
|
|
if (sr_get_debug() > 0)
|
1993-11-01 23:25:23 +01:00
|
|
|
printf_unfiltered ("%c", buf);
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
return buf & 0x7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
sr_pollchar()
|
|
|
|
{
|
|
|
|
int buf;
|
|
|
|
|
|
|
|
buf = SERIAL_READCHAR (sr_get_desc(), 0);
|
|
|
|
if (buf == SERIAL_TIMEOUT)
|
|
|
|
buf = 0;
|
|
|
|
if (sr_get_debug() > 0)
|
|
|
|
if (buf)
|
1993-11-01 23:25:23 +01:00
|
|
|
printf_unfiltered ("%c", buf);
|
1993-09-14 00:12:16 +02:00
|
|
|
else
|
1993-11-01 23:25:23 +01:00
|
|
|
printf_unfiltered ("<empty character poll>");
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
return buf & 0x7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Keep discarding input from the remote system, until STRING is found.
|
|
|
|
Let the user break out immediately. */
|
|
|
|
void
|
|
|
|
sr_expect (string)
|
|
|
|
char *string;
|
|
|
|
{
|
|
|
|
char *p = string;
|
|
|
|
|
|
|
|
immediate_quit = 1;
|
|
|
|
while (1)
|
|
|
|
{
|
|
|
|
if (sr_readchar () == *p)
|
|
|
|
{
|
|
|
|
p++;
|
|
|
|
if (*p == '\0')
|
|
|
|
{
|
|
|
|
immediate_quit = 0;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
p = string;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
sr_write (a, l)
|
|
|
|
char *a;
|
|
|
|
int l;
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
|
|
|
|
if (SERIAL_WRITE (sr_get_desc(), a, l) != 0)
|
|
|
|
perror_with_name ("sr_write: Error writing to remote");
|
|
|
|
|
|
|
|
if (sr_get_debug() > 0)
|
|
|
|
for (i = 0; i < l; i++)
|
1993-11-01 23:25:23 +01:00
|
|
|
printf_unfiltered ("%c", a[i]);
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
sr_write_cr (s)
|
|
|
|
char *s;
|
|
|
|
{
|
|
|
|
sr_write (s, strlen (s));
|
|
|
|
sr_write ("\r", 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
sr_timed_read (buf, n)
|
|
|
|
char *buf;
|
|
|
|
int n;
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
char c;
|
|
|
|
|
|
|
|
i = 0;
|
|
|
|
while (i < n)
|
|
|
|
{
|
|
|
|
c = sr_readchar ();
|
|
|
|
|
|
|
|
if (c == 0)
|
|
|
|
return i;
|
|
|
|
buf[i] = c;
|
|
|
|
i++;
|
|
|
|
|
|
|
|
}
|
|
|
|
return i;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Get a hex digit from the remote system & return its value. If
|
|
|
|
ignore_space is nonzero, ignore spaces (not newline, tab, etc). */
|
|
|
|
|
|
|
|
int
|
|
|
|
sr_get_hex_digit (ignore_space)
|
|
|
|
int ignore_space;
|
|
|
|
{
|
|
|
|
int ch;
|
|
|
|
|
|
|
|
while (1)
|
|
|
|
{
|
|
|
|
ch = sr_readchar ();
|
|
|
|
if (ch >= '0' && ch <= '9')
|
|
|
|
return ch - '0';
|
|
|
|
else if (ch >= 'A' && ch <= 'F')
|
|
|
|
return ch - 'A' + 10;
|
|
|
|
else if (ch >= 'a' && ch <= 'f')
|
|
|
|
return ch - 'a' + 10;
|
|
|
|
else if (ch != ' ' || !ignore_space)
|
|
|
|
{
|
|
|
|
gr_expect_prompt ();
|
|
|
|
error ("Invalid hex digit from remote system.");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Get a byte from the remote and put it in *BYT. Accept any number
|
|
|
|
leading spaces. */
|
|
|
|
void
|
|
|
|
sr_get_hex_byte (byt)
|
|
|
|
char *byt;
|
|
|
|
{
|
|
|
|
int val;
|
|
|
|
|
|
|
|
val = sr_get_hex_digit (1) << 4;
|
|
|
|
val |= sr_get_hex_digit (0);
|
|
|
|
*byt = val;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Read a 32-bit hex word from the remote, preceded by a space */
|
|
|
|
long
|
|
|
|
sr_get_hex_word ()
|
|
|
|
{
|
|
|
|
long val;
|
|
|
|
int j;
|
|
|
|
|
|
|
|
val = 0;
|
|
|
|
for (j = 0; j < 8; j++)
|
|
|
|
val = (val << 4) + sr_get_hex_digit (j == 0);
|
|
|
|
return val;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Put a command string, in args, out to the remote. The remote is assumed to
|
|
|
|
be in raw mode, all writing/reading done through desc.
|
|
|
|
Ouput from the remote is placed on the users terminal until the
|
|
|
|
prompt from the remote is seen.
|
|
|
|
FIXME: Can't handle commands that take input. */
|
|
|
|
|
|
|
|
void
|
|
|
|
sr_com (args, fromtty)
|
|
|
|
char *args;
|
|
|
|
int fromtty;
|
|
|
|
{
|
|
|
|
sr_check_open ();
|
|
|
|
|
|
|
|
if (!args)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Clear all input so only command relative output is displayed */
|
|
|
|
|
|
|
|
sr_write_cr (args);
|
|
|
|
sr_write ("\030", 1);
|
1994-12-24 02:12:47 +01:00
|
|
|
registers_changed ();
|
1993-09-14 00:12:16 +02:00
|
|
|
gr_expect_prompt ();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_close(quitting)
|
|
|
|
int quitting;
|
|
|
|
{
|
|
|
|
gr_clear_all_breakpoints();
|
|
|
|
|
|
|
|
if (sr_is_open())
|
|
|
|
{
|
|
|
|
SERIAL_CLOSE (sr_get_desc());
|
|
|
|
sr_set_desc(NULL);
|
|
|
|
}
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* gr_detach()
|
|
|
|
takes a program previously attached to and detaches it.
|
|
|
|
We better not have left any breakpoints
|
|
|
|
in the program or it'll die when it hits one.
|
|
|
|
Close the open connection to the remote debugger.
|
|
|
|
Use this when you want to detach and do something else
|
|
|
|
with your gdb. */
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_detach(args, from_tty)
|
|
|
|
char *args;
|
|
|
|
int from_tty;
|
|
|
|
{
|
|
|
|
if (args)
|
|
|
|
error ("Argument given to \"detach\" when remotely debugging.");
|
|
|
|
|
|
|
|
if (sr_is_open())
|
|
|
|
gr_clear_all_breakpoints ();
|
|
|
|
|
|
|
|
pop_target ();
|
|
|
|
if (from_tty)
|
|
|
|
puts_filtered ("Ending remote debugging.\n");
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_files_info (ops)
|
|
|
|
struct target_ops *ops;
|
|
|
|
{
|
|
|
|
#ifdef __GO32__
|
1994-01-28 03:18:39 +01:00
|
|
|
printf_filtered ("\tAttached to DOS asynctsr\n");
|
1993-09-14 00:12:16 +02:00
|
|
|
#else
|
1994-02-26 02:52:39 +01:00
|
|
|
printf_filtered ("\tAttached to %s", sr_get_device());
|
|
|
|
if (baud_rate != -1)
|
|
|
|
printf_filtered ("at %d baud", baud_rate);
|
|
|
|
printf_filtered ("\n");
|
1993-09-14 00:12:16 +02:00
|
|
|
#endif
|
|
|
|
|
1994-01-28 03:18:39 +01:00
|
|
|
if (exec_bfd)
|
|
|
|
{
|
|
|
|
printf_filtered ("\tand running program %s\n",
|
|
|
|
bfd_get_filename (exec_bfd));
|
|
|
|
}
|
1993-09-14 00:12:16 +02:00
|
|
|
printf_filtered ("\tusing the %s protocol.\n", ops->to_shortname);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_mourn ()
|
|
|
|
{
|
|
|
|
gr_clear_all_breakpoints ();
|
|
|
|
unpush_target (gr_get_ops());
|
|
|
|
generic_mourn_inferior ();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_kill ()
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This is called not only when we first attach, but also when the
|
|
|
|
user types "run" after having attached. */
|
|
|
|
void
|
|
|
|
gr_create_inferior (execfile, args, env)
|
|
|
|
char *execfile;
|
|
|
|
char *args;
|
|
|
|
char **env;
|
|
|
|
{
|
|
|
|
int entry_pt;
|
|
|
|
|
|
|
|
if (args && *args)
|
|
|
|
error ("Can't pass arguments to remote process.");
|
|
|
|
|
|
|
|
if (execfile == 0 || exec_bfd == 0)
|
|
|
|
error ("No exec file specified");
|
|
|
|
|
|
|
|
entry_pt = (int) bfd_get_start_address (exec_bfd);
|
|
|
|
sr_check_open ();
|
|
|
|
|
|
|
|
gr_kill ();
|
|
|
|
gr_clear_all_breakpoints ();
|
|
|
|
|
|
|
|
init_wait_for_inferior ();
|
|
|
|
gr_checkin();
|
|
|
|
|
|
|
|
insert_breakpoints (); /* Needed to get correct instruction in cache */
|
|
|
|
proceed (entry_pt, -1, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Given a null terminated list of strings LIST, read the input until we find one of
|
|
|
|
them. Return the index of the string found or -1 on error. '?' means match
|
|
|
|
any single character. Note that with the algorithm we use, the initial
|
|
|
|
character of the string cannot recur in the string, or we will not find some
|
|
|
|
cases of the string in the input. If PASSTHROUGH is non-zero, then
|
|
|
|
pass non-matching data on. */
|
|
|
|
|
|
|
|
int
|
|
|
|
gr_multi_scan (list, passthrough)
|
|
|
|
char *list[];
|
|
|
|
int passthrough;
|
|
|
|
{
|
|
|
|
char *swallowed = NULL; /* holding area */
|
|
|
|
char *swallowed_p = swallowed; /* Current position in swallowed. */
|
|
|
|
int ch;
|
|
|
|
int ch_handled;
|
|
|
|
int i;
|
|
|
|
int string_count;
|
|
|
|
int max_length;
|
|
|
|
char **plist;
|
|
|
|
|
|
|
|
/* Look through the strings. Count them. Find the largest one so we can
|
|
|
|
allocate a holding area. */
|
|
|
|
|
|
|
|
for (max_length = string_count = i = 0;
|
|
|
|
list[i] != NULL;
|
|
|
|
++i, ++string_count)
|
|
|
|
{
|
|
|
|
int length = strlen(list[i]);
|
|
|
|
|
|
|
|
if (length > max_length)
|
|
|
|
max_length = length;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* if we have no strings, then something is wrong. */
|
|
|
|
if (string_count == 0)
|
|
|
|
return(-1);
|
|
|
|
|
|
|
|
/* otherwise, we will need a holding area big enough to hold almost two
|
|
|
|
copies of our largest string. */
|
|
|
|
swallowed_p = swallowed = alloca(max_length << 1);
|
|
|
|
|
|
|
|
/* and a list of pointers to current scan points. */
|
1993-09-14 03:08:22 +02:00
|
|
|
plist = (char **) alloca (string_count * sizeof(*plist));
|
1993-09-14 00:12:16 +02:00
|
|
|
|
|
|
|
/* and initialize */
|
|
|
|
for (i = 0; i < string_count; ++i)
|
|
|
|
plist[i] = list[i];
|
|
|
|
|
|
|
|
for (ch = sr_readchar(); /* loop forever */ ; ch = sr_readchar())
|
|
|
|
{
|
|
|
|
QUIT; /* Let user quit and leave process running */
|
|
|
|
ch_handled = 0;
|
|
|
|
|
|
|
|
for (i = 0; i < string_count; ++i)
|
|
|
|
{
|
|
|
|
if (ch == *plist[i] || *plist[i] == '?')
|
|
|
|
{
|
|
|
|
++plist[i];
|
|
|
|
if (*plist[i] == '\0')
|
|
|
|
return(i);
|
|
|
|
|
|
|
|
if (!ch_handled)
|
|
|
|
*swallowed_p++ = ch;
|
|
|
|
|
|
|
|
ch_handled = 1;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
plist[i] = list[i];
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!ch_handled)
|
|
|
|
{
|
|
|
|
char *p;
|
|
|
|
|
|
|
|
/* Print out any characters which have been swallowed. */
|
|
|
|
if (passthrough)
|
|
|
|
{
|
|
|
|
for (p = swallowed; p < swallowed_p; ++p)
|
1993-11-02 03:07:03 +01:00
|
|
|
fputc_unfiltered (*p, gdb_stdout);
|
1993-09-14 00:12:16 +02:00
|
|
|
|
1993-11-02 03:07:03 +01:00
|
|
|
fputc_unfiltered (ch, gdb_stdout);
|
1993-09-14 00:12:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
swallowed_p = swallowed;
|
|
|
|
}
|
|
|
|
}
|
1993-09-14 03:08:22 +02:00
|
|
|
#if 0
|
|
|
|
/* Never reached. */
|
1993-09-14 00:12:16 +02:00
|
|
|
return(-1);
|
1993-09-14 03:08:22 +02:00
|
|
|
#endif
|
1993-09-14 00:12:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Get ready to modify the registers array. On machines which store
|
|
|
|
individual registers, this doesn't need to do anything. On machines
|
|
|
|
which store all the registers in one fell swoop, this makes sure
|
|
|
|
that registers contains all the registers from the program being
|
|
|
|
debugged. */
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_prepare_to_store ()
|
|
|
|
{
|
|
|
|
/* Do nothing, since we assume we can store individual regs */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Read a word from remote address ADDR and return it.
|
|
|
|
* This goes through the data cache.
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
gr_fetch_word (addr)
|
|
|
|
CORE_ADDR addr;
|
|
|
|
{
|
|
|
|
return dcache_fetch (gr_get_dcache(), addr);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Write a word WORD into remote address ADDR.
|
|
|
|
This goes through the data cache. */
|
|
|
|
|
|
|
|
void
|
|
|
|
gr_store_word (addr, word)
|
|
|
|
CORE_ADDR addr;
|
|
|
|
int word;
|
|
|
|
{
|
|
|
|
dcache_poke (gr_get_dcache(), addr, word);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
_initialize_sr_support ()
|
|
|
|
{
|
|
|
|
/* FIXME-now: if target is open... */
|
|
|
|
add_show_from_set (add_set_cmd ("remotedevice", no_class,
|
|
|
|
var_filename, (char *)&sr_settings.device,
|
|
|
|
"Set device for remote serial I/O.\n\
|
|
|
|
This device is used as the serial port when debugging using remote\n\
|
|
|
|
targets.", &setlist),
|
|
|
|
&showlist);
|
|
|
|
|
|
|
|
add_com ("remote <command>", class_obscure, sr_com,
|
|
|
|
"Send a command to the remote monitor.");
|
|
|
|
|
|
|
|
}
|