diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 10 |
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 | ||
| 2611 | Since the remote @code{gdb} and @code{gdb-inferior} processes do not | ||
| 2612 | belong to the same process group on the remote host, there will be a | ||
| 2613 | warning, which can be ignored: | ||
| 2614 | |||
| 2615 | @example | ||
| 2616 | &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n" | ||
| 2617 | @end example | ||
| 2618 | |||
| 2611 | Relative file names are based on the remote default directory. When | 2619 | Relative 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 |
| 2613 | calls include: | 2621 | calls include: |