summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-05-14 16:48:01 +0000
committerAndrew Cagney <cagney@redhat.com>2001-05-14 16:48:01 +0000
commit3bf5260a080ef3f8b317a7897dbfffb463014aed (patch)
treec82544e5b1ddf163283ccf70934db14c39ce4e51 /gdb/solib.h
parent6434158f71793450db3d9a9eab5ad690c64a09bf (diff)
downloadgdb-3bf5260a080ef3f8b317a7897dbfffb463014aed.tar.gz
* remote.c (remote_write_bytes): Set nr_bytes before returning it.
* solib.h (no_shared_libraries): Declare.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index e99aba98c96..05e0cb73b65 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -193,3 +193,5 @@ extern char *solib_address (CORE_ADDR); /* solib.c */
#define IN_SOLIB_DYNSYM_RESOLVE_CODE(pc) in_solib_dynsym_resolve_code (pc)
extern int in_solib_dynsym_resolve_code (CORE_ADDR); /* solib.c */
+
+extern int no_shared_libraries (char *ignored, int from_tty);