Command Table Clear (PLBDBUG)


 

This debugger command clears one or all of the 'X' commands currently stored in the debugger 'X' command table. The entries in the debugger 'X' command table are numbered from '0' to '9'.

Formats:

 

XC { <*> | <n> }

Where:

 

<*>
This parameter causes all 'X' commands to be cleared.
<n>
This parameter is a single digit from '0' to '9' that causes the nth 'X' command table entry to be cleared.

Note:

 

  1. The 'XC' command can be executed from the character debugger input console or this command can be specified in the 'DEBUG CMD={cmd}' instruction exeucuted from a PL/B program.

Examples:

 

XC *

Clears all entries in the debugger 'X' command table.

 

XC 1

 

Clears the 'X' command table entry identified by the digit '1'. The 'X' command table entries are numbered from '0' to '9'.

 

 

See Also: PLBDBUG Commands, PLBDBUG

 



System Utilities SUNEDIT Commands Command Table List (PLBDBUG)