RAYCHEM EMDR模塊, EMDR英文說(shuō)明
187錯(cuò)誤診斷測(cè)試組有關(guān)詳細(xì)信息,請(qǐng)參閱MVME187Bug調(diào)試包用戶手冊(cè)完整描述可用的診斷例程和關(guān)于如何調(diào)用它們的說(shuō)明。注意,一些診斷取決于僅在特定重啟中設(shè)置的重啟默認(rèn)值
模式請(qǐng)參閱特定診斷的文檔以了解正確模式。本章涵蓋
? 輸入調(diào)試器命令行? 輸入和調(diào)試程序
? 從用戶程序調(diào)用系統(tǒng)實(shí)用程序? 保留調(diào)試器操作環(huán)境
? 浮點(diǎn)支持? 187Bug調(diào)試器命令集輸入調(diào)試器命令行
RAYCHEM EMDR模塊187Bug是命令驅(qū)動(dòng)的,在對(duì)在鍵盤(pán)上輸入的用戶命令的響應(yīng)。當(dāng)調(diào)試器提示187錯(cuò)誤>出現(xiàn)在終端屏幕上,則調(diào)試器準(zhǔn)備接受命令。
終端輸入/輸出控制輸入命令行時(shí),它存儲(chǔ)在內(nèi)部緩沖區(qū)中。
只有在輸入回車(chē)后才開(kāi)始執(zhí)行,因此如有必要,可以使用控件更正輸入錯(cuò)誤以下描述的字符。注意在字符表示控制鍵(CTRL)必須按住字符鍵。光標(biāo)退格到行首。
^H(backspace)光標(biāo)向后移動(dòng)一個(gè)位置。鑰匙(刪除)執(zhí)行與^H相同的功能。
^D(重新顯示)到目前為止輸入的整個(gè)命令行是在下一行重新顯示。
^(重復(fù))重復(fù)上一行。這只發(fā)生在命令行。重新顯示輸入的最后一行但未執(zhí)行。光標(biāo)位于末端該行的。您可以按原樣輸入行,也可以添加更多字符。您可以通過(guò)以下方式編輯該行:在舊字符上退格和鍵入
187Bug Diagnostic Test Groups
Refer to the MVME187Bug Debugging Package User's Manual for
complete descriptions of the diagnostic routines available and
instructions on how to invoke them. Note that some diagnostics
depend on restart defaults that are set up only in a particular restart
mode. Refer to the documentation on a particular diagnostic for the
correct mode. This Chapter Covers
? Entering debugger command lines
? Entering and debugging programs
? Calling system utilities from user programs
? Preserving the debugger operating environment
? Floating point support
? The 187Bug debugger command set
Entering Debugger Command Lines
187Bug is command-driven and performs its various operations in
response to user commands entered at the keyboard. When the
debugger prompt
187-Bug>
appears on the terminal screen, then the debugger is ready to accept
commands.
Terminal Input/Output Control
As the command line is entered, it is stored in an internal buffer.
Execution begins only after the carriage return is entered, so that
you can correct entry errors, if necessary, using the control
characters described below.Note The presence of the upward caret ( ^ ) before a
character indicates that the Control (CTRL) key must
be held down while striking the character key.The cursor is backspaced to the beginning of the line.
^H (backspace) The cursor is moved back one position.
Delete
key
(delete) Performs the same function as ^H.
^D (redisplay) The entire command line as entered so far is
redisplayed on the following line.
^A (repeat) Repeats the previous line. This happens only at the
command line. The last line entered is redisplayed
but not executed. The cursor is positioned at the end
of the line. You may enter the line as is or you can add
more characters to it. You can edit the line by
backspacing and typing over old characters