aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-udi.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-08-02 05:17:27 +0000
committerAndrew Cagney <cagney@redhat.com>2000-08-02 05:17:27 +0000
commit4e005f2e7fb326a6a5414d832aab826108f6d8ed (patch)
treec7d64828bc443998b314ce6e02c30aa1eb160b59 /gdb/remote-udi.c
parent2e4e9e680abfbaabd7b12228b1fcdebfd8a0e0ab (diff)
downloadgdb-4e005f2e7fb326a6a5414d832aab826108f6d8ed.zip
gdb-4e005f2e7fb326a6a5414d832aab826108f6d8ed.tar.gz
gdb-4e005f2e7fb326a6a5414d832aab826108f6d8ed.tar.bz2
Update function signatures to match target vector.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r--gdb/remote-udi.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c
index 7127ca6..febcf5c 100644
--- a/gdb/remote-udi.c
+++ b/gdb/remote-udi.c
@@ -922,7 +922,8 @@ translate_addr (CORE_ADDR addr)
/************************************************* UDI_XFER_INFERIOR_MEMORY */
/* FIXME! Merge these two. */
static int
-udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write)
+udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
+ struct target_ops * target)
{
memaddr = translate_addr (memaddr);
@@ -935,7 +936,7 @@ udi_xfer_inferior_memory (CORE_ADDR memaddr, char *myaddr, int len, int write)
/********************************************************** UDI_FILES_INFO */
static void
-udi_files_info (void)
+udi_files_info (struct target_ops *target)
{
printf_unfiltered ("\tAttached to UDI socket to %s", udi_config_id);
if (prog_name != NULL)
@@ -998,7 +999,7 @@ udi_remove_breakpoint (CORE_ADDR addr, char *contents_cache)
}
static void
-udi_kill (char *arg, int from_tty)
+udi_kill (void)
{
#if 0