📄 c_c.htm
字号:
<title>The c Command</title><h1>c</h1><!--INDEX "c command" -->The c command makes program execution continue after a breakpoint has stopped program execution. <p></dl><h2>Format</h2><dl><dd>The format for the c command is:<p>c [-w][<var>bptadr</var>] where:<p><table><tr><td valign=top align=right><var>bptadr</var></td><td>specifies a single breakpoint. The breakpoint is removed when execution halts at this specified address.</td></tr><tr><td valign=top align=right>-w</td><td>Don't wait (imon and imon95 only).</td></tr></table><p>Invoking the c command with no arguments causes the program execution to continue from the address specified in the epc register. <p></dl><h2>Functional Description</h2><dl><dd>When the user enters the c command, program execution starts at the address pointed to by the EPC register's current value. Use the g command to start program execution from an address specified on the command line.<p>As an option, a single temporary <a href="brkpts.htm">breakpoint</a>may be specified. The temporary breakpoint is removed when executionhalts. The temporary breakpoint is removed if another breakpoint stopsprogram execution first. <p>Examples of the c command follow.<p><table><tr><td valign=top width=300>PMON> c </td><td>Continue execution until exit or a regular breakpoint is encountered.</td></tr><tr><td valign=top>PMON> c a0020104 </td><td>Continue execution until 0xa0020104 or a regular breakpoint is encountered.</td></tr></table></dl><h2>Files</h2><dl><dd>The c command is located in <a href="../mon/go.c">mon/go.c</a>.</dl><h2>See Also</h2><dl><dd><a href="c_g.htm">g command</a></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -