2.3.59. ENABLEBREAK

The ENABLEBREAK command enables one or more specified breakpoints.

Syntax

ENABLEBREAK [,h] [break_num,...]

where:

break_num

Specifies one or more breakpoints to enable, separated by commas.

You identify breakpoints by their position in the list displayed by the DTBREAK command.

h

Do not use this qualifier. It is for debugger internal use only.

Description

The ENABLEBREAK command enables one or more breakpoints that have been disabled. A disabled breakpoint is removed from the target as if the breakpoint were deleted, but the debugger keeps a record of it. You can enable it again, using this command, by referring to the breakpoint number, avoiding then having to recreate it from scratch.

If you issue the command with no parameters then all breakpoints are enabled. Enabling a breakpoint that is already enabled has no effect.

The command runs synchronously.

Example

The following examples show how to use ENABLEBREAK:

enablebreak 4,6,8

Enables the fourth, sixth, and eighth breakpoints in the current list of breakpoints.

enablebreak

Enables all the current breakpoints.

See also

Copyright © 2002-2007 ARM Limited. All rights reserved.ARM DUI 0175I
Non-Confidential