aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2016-08-22 15:17:55 +0200
committerMichael Albinus2016-08-22 15:17:55 +0200
commit8bb999a98abd8fb0f25fd16cd3e0281503728ab6 (patch)
tree06ad8324f6b127cd950f2bccf681db6ba1bc95e9
parentaed22ca32344c21c5868a451d1afe969642a3ba5 (diff)
downloademacs-8bb999a98abd8fb0f25fd16cd3e0281503728ab6.tar.gz
emacs-8bb999a98abd8fb0f25fd16cd3e0281503728ab6.zip
Explain gdb warning on remote hosts
* doc/misc/tramp.texi (Remote processes): Explain gdb warning on remote hosts. (Bug#4604, Bug#6360, Bug#622569)
-rw-r--r--doc/misc/tramp.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 8a144a5d023..4dc5e750bc5 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2604,10 +2604,18 @@ with a remote file name:
2604@example 2604@example
2605@group 2605@group
2606@kbd{M-x gdb @key{RET}} 2606@kbd{M-x gdb @key{RET}}
2607@b{Run gdb (like this):} gdb --annotate=3 @trampfn{ssh,host,~/myprog} @key{RET} 2607@b{Run gdb (like this):} gdb -i=mi @trampfn{ssh,host,~/myprog} @key{RET}
2608@end group 2608@end group
2609@end example 2609@end example
2610 2610
2611Since the remote @code{gdb} and @code{gdb-inferior} processes do not
2612belong to the same process group on the remote host, there will be a
2613warning, which can be ignored:
2614
2615@example
2616&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"
2617@end example
2618
2611Relative file names are based on the remote default directory. When 2619Relative file names are based on the remote default directory. When
2612@file{myprog.pl} exists in @file{@trampfn{ssh,host,/home/user}}, valid 2620@file{myprog.pl} exists in @file{@trampfn{ssh,host,/home/user}}, valid
2613calls include: 2621calls include: