diff options
Diffstat (limited to 'Documentation/s390/Debugging390.txt')
-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. |