Debug Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- Execution Modes on TNS/R Systems
- What User Access Is Required for Debugging
- How to Make a Process Enter Debug
- How to Select Debug as the Debugger
- Why a Process Enters Debug
- How to Determine Process State on a Trap or Signal
- Ending a Debug Session
- What Appears in the Debug Header Message
- How to Use Debug
- How Debug Breakpoints Work
- 2 Using Debug on TNS/R Processors
- 3 Debug Command Overview
- 4 Debug Commands
- Command Summary
- A Command
- AMAP Command
- B Command
- BASE Command
- BM Command
- C Command
- CM Command
- D Command
- DJ Command
- DN Command
- EX[IT] Command
- F[ILES] Command
- FC Command
- FN Command
- FNL Command
- FREEZE Command
- HALT Command
- H[ELP] Command
- I Command
- IH Command (TNS/R Native and OSS Processes)
- INSPECT Command
- LMAP Command
- M Command
- MH Command (TNS/R Native and OSS Processes)
- P[AUSE] Command
- PMAP Command (Accelerated Programs)
- PRV Command
- R Command
- S[TOP] Command
- T Command
- V Command
- VQ Command
- VQA Command
- = Command
- ? Command
- A Error Messages
- B ASCII Character Set
- C Command Syntax Summary
- Register Syntax
- Expression Syntax
- Address Syntax
- A Command
- AMAP Command
- B Command
- BASE Command
- BM Command
- C Command
- CM Command
- D Command
- DJ Command
- DN Command
- EX[IT] Command
- F[ILES] Command
- FC Command
- FN Command
- FNL Command
- FREEZE Command
- HALT Command
- H[ELP] Command
- I Command
- IH Command
- INSPECT Command
- LMAP Command
- M Command
- MH Command
- Output-Device Syntax
- P[AUSE] Command
- PMAP Command
- PRV Command
- R Command
- S[TOP] Command
- T Command
- V Command
- VQ Command
- VQA Command
- = Command
- ? Command
- D Session Boundaries
- E Correspondence Between Debug and Inspect Commands
- F Sample Debug Sessions
- Glossary
- Index
ASCII Character Set
Debug Manual—421921-003
B-2
SP 020000 000040 20 32 Space 33
! 020400 000041 21 33 Exclamation point 34
" 021000 000042 22 34 Quotation mark 35
# 021400 000043 23 35 Number sign 36
$ 022000 000044 24 36 Dollar sign 37
% 022400 000045 25 37 Percent sign 38
& 023000 000046 26 38 Ampersand 39
' 023400 000047 27 39 Apostrophe 40
( 024000 000050 28 40 Opening parenthesis 41
) 024400 000051 29 41 Closing parenthesis 42
* 025000 000052 2A 42 Asterisk 43
+ 025400 000053 2B 43 Plus 44
, 026000 000054 2C 44 Comma 45
- 026400 000055 2D 45 Hyphen (minus) 46
. 027000 000056 2E 46 Period (decimal point) 47
/ 027400 000057 2F 47 Right slash 48
0 030000 000060 30 48 Zero 49
1 030400 000061 31 49 One 50
2 031000 000062 32 50 Two 51
3 031400 000063 33 51 Three 52
4 032000 000064 34 52 Four 53
5 032400 000065 35 53 Five 54
6 033000 000066 36 54 Six 55
7 033400 000067 37 55 Seven 56
8 034000 000070 38 56 Eight 57
9 034400 000071 39 57 Nine 58
: 035000 000072 3A 58 Colon 59
; 035400 000073 3B 59 Semicolon 60
< 036000 000074 3C 60 Less than 61
= 036400 000075 3D 61 Equals 62
> 037000 000076 3E 62 Greater than 63
? 037400 000077 3F 63 Question mark 64
@ 040000 000100 40 64 Commercial at sign 65
A 040400 000101 41 65 Uppercase A 66
B 041000 000102 42 66 Uppercase B 67
Char Octal Hex Dec Meaning Ordinal
Left Right