Mercurial > hg > Members > kono > nitros9-code
changeset 723:4142eb969824
Added synopsis of commands
author | boisy |
---|---|
date | Sun, 05 Jan 2003 02:53:21 +0000 |
parents | edea65d8200b |
children | 5632973094d3 |
files | docs/nitros9guide/debug.refentry |
diffstat | 1 files changed, 70 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/nitros9guide/debug.refentry Sat Jan 04 23:38:50 2003 +0000 +++ b/docs/nitros9guide/debug.refentry Sun Jan 05 02:53:21 2003 +0000 @@ -14,6 +14,76 @@ <para> Interactive Debugger. </para> +<para> +Command Summary: +[SPACEBAR]expression +Evaluate; display in hexadecimal and decimal form + +. +Display dot address and contents + +.. +Restore last dot address; display address and contents + +.expression +set dot to result of expression; display address and contents + +=expressoin +Set memory at dot to result of expression + +- +Decrement dot; display address and contents + +[ENTER] +Increment dot; display address and contents + +: +Display all registers' contents + +:register +Display the specified register's contents + +:register expression +Set register to the result of expression + +E module-name +Prepare for execution + +G +Go to the program + +G expression +Goto the program at the address specified by the result of expression + +L module-name +Link to the module named; display address + +B +Display all breakpoints + +B expression +Set a breakpoint at the result of the expression + +K +Kill all breakpoints + +K expression +Kill the breakpoint at address specified by expression + +M expression1 expression2 +Display memory dump in tabular form + +C expression1 expression2 +Clear and test memory + +S expression1 expression2 +Search memory for pattern + +$ command +Call OS-9 shell with optional command + +Q +Quit (exit) Debug </refsect1> </refentry>