SourcePoint Intel Help

Table of Contents

swremove

Remove software breakpoints.

Syntax

[[px]] swremove {all | addr [,addr,...]}

Where:

[px]

is the viewpoint override, including punctuation ([]), specifying that the viewpoint is temporarily set to processor x of the boundary scan chain. ย The processor can be specified as px (where x is the processor ID), or an alias you have defined for a given processor ID. ย ALL cannot be used as a viewpoint override.

addr

specifies a virtual, physical or symbolic address.

all

removes all software emulation breakpoints.

Discussion

Use the swremove command to remove software breakpoints. If you specify more than one addr, use a comma as a separator.

Example 1

To remove the software breakpoint at the symbolic address main:

Command input:

swremove main

Example 2

To remove all software breakpoints:

Command input:

swremove

Related Topics: