diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-05-14 16:48:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-05-14 16:48:01 +0000 |
commit | 1dd1751e96170e8faa8f3ac8cdb8325c4b961707 (patch) | |
tree | 80d9d5cf97a836a303009445974e142b13e17f0c /gdb/solib.h | |
parent | b732d07d86411216a0913c95f55bfc1d2c59ee90 (diff) | |
download | gdb-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.zip gdb-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.tar.gz gdb-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.tar.bz2 |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index e99aba9..05e0cb7 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); |