diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2018-01-08 16:43:46 +0100 | 
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2018-01-08 16:43:46 +0100 | 
| commit | ec2636513cff3c35063dbaaf10059cbf2c8a9673 (patch) | |
| tree | fd553de56bb0ad335108f11a3c99e3459b99599e | |
| parent | 918a052a422c05b5f78fd7c702eb6e3ee189fa18 (diff) | |
| download | emacs-ec2636513cff3c35063dbaaf10059cbf2c8a9673.tar.gz | |
* doc/misc/tramp.texi (Remote processes): Mention gdb restrictions with I/O.
| -rw-r--r-- | doc/misc/tramp.texi | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index c1f941a640f..25ae8ae3e81 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2828,6 +2828,10 @@ warning, which can be ignored:  &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"  @end example +@noindent +As consequence, there will be restrictions in I/O of the process to be +debugged. +  Relative file names are based on the remote default directory.  When  @file{myprog.pl} exists in @file{@trampfn{ssh,host,/home/user}}, valid  calls include: | 
