aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorRon Unrau <runrau@cygnus>1998-09-09 17:41:59 +0000
committerRon Unrau <runrau@cygnus>1998-09-09 17:41:59 +0000
commit253ceee6d0db442542eb06d811108f55560e0a8c (patch)
tree11407898a3ed380fe8b999fb25336df71f7d7874 /gdb/remote-sim.c
parent323f833dafe4daacb4601b7044c4222211e7a562 (diff)
downloadgdb-253ceee6d0db442542eb06d811108f55560e0a8c.zip
gdb-253ceee6d0db442542eb06d811108f55560e0a8c.tar.gz
gdb-253ceee6d0db442542eb06d811108f55560e0a8c.tar.bz2
Merges from SKY branch:
* blockframe.c(find_pc_sect_partial_function): look for min syms in the same section when trying to guess the end of a function. * symfile.c(list_overlays_command): use print_address_numeric * remote-sim.c: export simulator_command * tm-r5900.h: add COP0 registers * txvu-tdep.c: printvector and printvector-order commands * tm-txvu.h: add COP0 registers * mips-tdep.c: use NUM_CORE_REGS
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 53d0155..f641d6f 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -97,7 +97,7 @@ static void gdbsim_mourn_inferior PARAMS ((void));
static void gdbsim_stop PARAMS ((void));
-static void simulator_command PARAMS ((char *args, int from_tty));
+void simulator_command PARAMS ((char *args, int from_tty));
/* Naming convention:
@@ -889,7 +889,7 @@ gdbsim_remove_breakpoint (addr, contents_cache)
/* Pass the command argument through to the simulator verbatim. The
simulator must do any command interpretation work. */
-static void
+void
simulator_command (args, from_tty)
char *args;
int from_tty;