diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 03:09:24 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 03:09:24 +0000 |
commit | 15f27b29d1e8529ece4b7cf0602d70eefed92ae7 (patch) | |
tree | 26a739375aac969369719748ba05d2ae23e1894a /gdb/remote-adapt.c | |
parent | 17f7e032b8a1c73357196993177b05de8d2a04df (diff) | |
download | gdb-15f27b29d1e8529ece4b7cf0602d70eefed92ae7.zip gdb-15f27b29d1e8529ece4b7cf0602d70eefed92ae7.tar.gz gdb-15f27b29d1e8529ece4b7cf0602d70eefed92ae7.tar.bz2 |
Lint
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index 7900d46..1146303 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -57,7 +57,8 @@ extern struct target_ops adapt_ops; /* Forward declaration */ /* Forward function declarations */ static void adapt_fetch_registers (); static int adapt_store_registers (); -static void adapt_close (); +static void adapt_close (); +static int adapt_clear_breakpoints() /* * Processor types. It is assumed that the adapt has the correct |