aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/s390/Debugging390.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/s390/Debugging390.txt')
-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.