diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2015-01-09 03:51:00 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-01-15 05:11:14 -0500 |
commit | fcb6bc9e9e3cc0b0027ab91ed4a2e6b05f518049 (patch) | |
tree | a9f523be2569b1defebdbf901674da3c35b4f0cb /Documentation/s390 | |
parent | bae2a3cc4f5e2cd5b1902a040e6d3ff1f21f488a (diff) |
s390/docs: Remove section about script debugging from Debugging390.txt
The section about debugging scripting languages has nothing to do with
s390 (and the example is even apparently taken from a i586 host instead),
so let's remove this chapter from the file.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'Documentation/s390')
-rw-r--r-- | Documentation/s390/Debugging390.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Documentation/s390/Debugging390.txt b/Documentation/s390/Debugging390.txt index ae75366cc3d0..3df8babcdc41 100644 --- a/Documentation/s390/Debugging390.txt +++ b/Documentation/s390/Debugging390.txt | |||
@@ -35,7 +35,6 @@ Examining core dumps | |||
35 | ldd | 35 | ldd |
36 | Debugging modules | 36 | Debugging modules |
37 | The proc file system | 37 | The proc file system |
38 | Starting points for debugging scripting languages etc. | ||
39 | SysRq | 38 | SysRq |
40 | References | 39 | References |
41 | Special Thanks | 40 | Special Thanks |
@@ -2096,34 +2095,6 @@ of the device. | |||
2096 | See the manpage chandev.8 &type cat /proc/chandev for more info. | 2095 | See the manpage chandev.8 &type cat /proc/chandev for more info. |
2097 | 2096 | ||
2098 | 2097 | ||
2099 | |||
2100 | Starting points for debugging scripting languages etc. | ||
2101 | ====================================================== | ||
2102 | |||
2103 | bash/sh | ||
2104 | |||
2105 | bash -x <scriptname> | ||
2106 | e.g. bash -x /usr/bin/bashbug | ||
2107 | displays the following lines as it executes them. | ||
2108 | + MACHINE=i586 | ||
2109 | + OS=linux-gnu | ||
2110 | + CC=gcc | ||
2111 | + CFLAGS= -DPROGRAM='bash' -DHOSTTYPE='i586' -DOSTYPE='linux-gnu' -DMACHTYPE='i586-pc-linux-gnu' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./lib -O2 -pipe | ||
2112 | + RELEASE=2.01 | ||
2113 | + PATCHLEVEL=1 | ||
2114 | + RELSTATUS=release | ||
2115 | + MACHTYPE=i586-pc-linux-gnu | ||
2116 | |||
2117 | perl -d <scriptname> runs the perlscript in a fully interactive debugger | ||
2118 | <like gdb>. | ||
2119 | Type 'h' in the debugger for help. | ||
2120 | |||
2121 | for debugging java type | ||
2122 | jdb <filename> another fully interactive gdb style debugger. | ||
2123 | & type ? in the debugger for help. | ||
2124 | |||
2125 | |||
2126 | |||
2127 | SysRq | 2098 | SysRq |
2128 | ===== | 2099 | ===== |
2129 | This is now supported by linux for s/390 & z/Architecture. | 2100 | This is now supported by linux for s/390 & z/Architecture. |