aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-04 08:59:57 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-04 08:59:57 +0000
commit34a160569ab0b9fa8239dd689256cff5b71f4ef1 (patch)
treec3d43984a909b5941ab6ca7d1c720cfffee241f4 /gdb
parent4369a1406f2559d0d0dcdbf3edb634cd835e6fbe (diff)
downloadfsf-binutils-gdb-34a160569ab0b9fa8239dd689256cff5b71f4ef1.zip
fsf-binutils-gdb-34a160569ab0b9fa8239dd689256cff5b71f4ef1.tar.gz
fsf-binutils-gdb-34a160569ab0b9fa8239dd689256cff5b71f4ef1.tar.bz2
Improve installation doc slightly, by Mark Sirota's request.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/gdb.texinfo7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 61a1dfd..8c13f92 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -7150,8 +7150,11 @@ cd gdb-_GDB_VN__/bfd
@end group
@end example
-You can install @code{_GDBP__} anywhere; it has no hardwired paths. However,
-you should make sure that the shell on your path (named by the
+You can install @code{_GDBP__} anywhere; it has no hardwired paths.
+Simply copy @code{gdb/gdb} to the desired directory.
+@comment What about installing the man pages, info files, etc?
+
+However, you should make sure that the shell on your path (named by the
@samp{SHELL} environment variable) is publicly readable; some systems
refuse to let _GDBN__ debug child processes whose programs are not
readable, and _GDBN__ uses the shell to start your program.