Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_enable_disable.html
CommitLineData
920dae64
AT
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
4<title>SPARC Architectural Model: User Commands</title>
5</head>
6<body bgcolor="#FFFFFF" LANG="en-US">
7<div STYLE="margin-bottom: 0cm"></div>&nbsp;
8
9<h2>
10enable, disable
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17enable, disable - enable/disable breakpoint(s)
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23disable (-all|id)
24<p>
25enable (-all|id)
26</ul>
27</tt>
28
29<h4>DESCRIPTION</h4>
30<ul>
31Enable/disable instruction breakpoint. id is id number of the breakpoint to
32enable/disable. Use list-breakpoints to list breakpoint ids. If '-all'
33is given all breakpoints will be enabled/disabled.
34</ul>
35
36<h4>RETURN VALUES</h4>
37<ul>
38None.
39</ul>
40
41<h4>SEE ALSO</h4>
42<ul><a href="cmd_break.html">break</a></ul>
43<ul><a href="cmd_delete.html">delete</a></ul>
44<ul><a href="cmd_list-breakpoints.html">list-breakpoints</a></ul>
45
46<hr>
47</body>
48</html>