Public Member Functions

com.google.security.zynamics.binnavi.API.debug.Breakpoint Class Reference

List of all members.

Public Member Functions

void disable ()
void enable ()
Address getAddress ()
String getDescription ()
void setDescription (final String description)

Detailed Description

Represents a single breakpoint that is set in the target process.


Member Function Documentation

void com.google.security.zynamics.binnavi.API.debug.Breakpoint.disable (  ) 

Disables the breakpoint if it is enabled.

void com.google.security.zynamics.binnavi.API.debug.Breakpoint.enable (  ) 

Enables the breakpoint if it is disabled.

Address com.google.security.zynamics.binnavi.API.debug.Breakpoint.getAddress (  ) 

Returns the address of the breakpoint.

Returns:
The address of the breakpoint.
String com.google.security.zynamics.binnavi.API.debug.Breakpoint.getDescription (  ) 

Returns the description of the breakpoint.

Returns:
The description of the breakpoint.
void com.google.security.zynamics.binnavi.API.debug.Breakpoint.setDescription ( final String  description  ) 

Changes the description of the breakpoint.

Parameters:
description The description of the breakpoint.