summaryrefslogtreecommitdiff
path: root/gdb/remote-utils.h
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2000-06-19 18:59:07 +0000
committerJ.T. Conklin <jtc@redback.com>2000-06-19 18:59:07 +0000
commit5661361b085034fd8bafca7d18189b9318a54116 (patch)
treef0ab191e82f43ffac71a2131a5761e916286322f /gdb/remote-utils.h
parentb90de66bd1c979f5f0712619bd8e1b1439c5f575 (diff)
downloadgdb-5661361b085034fd8bafca7d18189b9318a54116.tar.gz
* remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
(nindy_xfer_inferior_memory): Use dcache_xfer_memory() instead of breaking transfer into chunks and using nindy_fetch_word() and nindy_store_word(). * remote-bug.c (bug_xfer_memory): Use dcache_xfer_memory() instead of breaking transfer into chunks and using gr_fetch_word() and gr_store_word(). * remote.c (remote_fetch_word, remote_store_word): Removed. * remote-utils.h (gr_fetch_word, gr_store_word): Removed. * remote-utils.c (gr_fetch_word, gr_store_word): Removed. * dcache.h (dcache_fetch, dcache_poke, dcache_poke_block): Removed. * dcache.c (dcache_fetch, dcache_poke): Removed.
Diffstat (limited to 'gdb/remote-utils.h')
-rw-r--r--gdb/remote-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h
index d82ea8d2e9b..75e852a7b43 100644
--- a/gdb/remote-utils.h
+++ b/gdb/remote-utils.h
@@ -117,7 +117,6 @@ extern struct gr_settings *gr_settings;
#define gr_expect_prompt() sr_expect(gr_get_prompt())
-int gr_fetch_word (CORE_ADDR addr);
int gr_multi_scan (char *list[], int passthrough);
int sr_get_hex_digit (int ignore_space);
int sr_pollchar (void);
@@ -132,7 +131,6 @@ void gr_generic_checkin (void);
void gr_kill (void);
void gr_mourn (void);
void gr_prepare_to_store (void);
-void gr_store_word (CORE_ADDR addr, int word);
void sr_expect (char *string);
void sr_get_hex_byte (char *byt);
void sr_scan_args (char *proto, char *args);