aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-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: