aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/s390
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2015-01-09 03:51:00 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2015-01-15 05:11:14 -0500
commitfcb6bc9e9e3cc0b0027ab91ed4a2e6b05f518049 (patch)
treea9f523be2569b1defebdbf901674da3c35b4f0cb /Documentation/s390
parentbae2a3cc4f5e2cd5b1902a040e6d3ff1f21f488a (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.txt29
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
35ldd 35ldd
36Debugging modules 36Debugging modules
37The proc file system 37The proc file system
38Starting points for debugging scripting languages etc.
39SysRq 38SysRq
40References 39References
41Special Thanks 40Special Thanks
@@ -2096,34 +2095,6 @@ of the device.
2096See the manpage chandev.8 &type cat /proc/chandev for more info. 2095See the manpage chandev.8 &type cat /proc/chandev for more info.
2097 2096
2098 2097
2099
2100Starting points for debugging scripting languages etc.
2101======================================================
2102
2103bash/sh
2104
2105bash -x <scriptname>
2106e.g. bash -x /usr/bin/bashbug
2107displays 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
2117perl -d <scriptname> runs the perlscript in a fully interactive debugger
2118<like gdb>.
2119Type 'h' in the debugger for help.
2120
2121for debugging java type
2122jdb <filename> another fully interactive gdb style debugger.
2123& type ? in the debugger for help.
2124
2125
2126
2127SysRq 2098SysRq
2128===== 2099=====
2129This is now supported by linux for s/390 & z/Architecture. 2100This is now supported by linux for s/390 & z/Architecture.