Represents a single breakpoint.
More...
List of all members.
Detailed Description
Represents a single breakpoint that is set in the target process.
Member Function Documentation
Adds an object that is notified about changes in the breakpoint.
- Parameters:
-
| listener | The listener object that is notified about changes in the breakpoint. |
| void BinNavi.API.debug.Breakpoint.disable |
( |
|
) |
|
Disables the breakpoint if it is enabled.
| void BinNavi.API.debug.Breakpoint.enable |
( |
|
) |
|
Enables the breakpoint if it is disabled.
| Address BinNavi.API.debug.Breakpoint.getAddress |
( |
|
) |
|
Returns the address of the breakpoint.
- Returns:
- The address of the breakpoint.
| String BinNavi.API.debug.Breakpoint.getDescription |
( |
|
) |
|
Returns the description of the breakpoint.
- Returns:
- The description of the breakpoint.
Returns the status of the breakpoint.
- Returns:
- The status of the breakpoint.
Removes a listener object from the breakpoint.
- Parameters:
-
| listener | The listener object to remove from the breakpoint. |
| void BinNavi.API.debug.Breakpoint.setDescription |
( |
final String |
description |
) |
|
Changes the description of the breakpoint.
- Parameters:
-
| description | The description of the breakpoint. |