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

Debug Manual—421921-003
B-1
B ASCII Character Set
Char Octal Hex Dec Meaning Ordinal
Left Right
NUL 000000 000000 0 0 Null 1
SOH 000400 000001 1 1 Start of heading 2
STX 001000 000002 2 2 Start of text 3
ETX 001400 000003 3 3 End of text 4
EOT 002000 000004 4 4 End of transmission 5
ENQ 002400 000005 5 5 Enquiry 6
ACK 003000 000006 6 6 Acknowledge 7
BEL 003400 000007 7 7 Bell 8
BS 004000 000010 8 8 Backspace 9
HT 004400 000011 9 9 Horizontal tabulation 10
LF 005000 000012 A 10 Line feed 11
VT 005400 000013 B 11 Vertical tabulation 12
FF 006000 000014 C 12 Form feed 13
CR 006400 000015 D 13 Carriage return 14
SO 007000 000016 E 14 Shift out 15
SI 007400 000017 F 15 Shift in 16
DLE 010000 000020 10 16 Data link escape 17
DC1 010400 000021 11 17 Device control 1 18
DC2 011000 000022 12 18 Device control 2 19
DC3 011400 000023 13 19 Device control 3 20
DC4 012000 000024 14 20 Device control 4 21
NAK 012400 000025 15 21 Negative acknowledge 22
SYN 013000 000026 16 22 Synchronous idle 23
ETB 013400 000027 17 23 End of transmission block 24
CAN 014000 000030 18 24 Cancel 25
EM 014400 000031 19 25 End of medium 26
SUB 015000 000032 1A 26 Substitute 27
ESC 015400 000033 1B 27 Escape 28
FS 016000 000034 1C 28 File separator 29
GS 016400 000035 1D 29 Group separator 30
RS 017000 000036 1E 30 Record separator 31
US 017400 000037 1F 31 Unit separator 32