struct WatchpointInfo

Defined at line 13 of file ../../src/developer/debug/debug_agent/watchpoint_info.h

Stores installed watchpoint information.

Public Members

AddressRange range
int slot

Public Methods

void WatchpointInfo ()

Defined at line 14 of file ../../src/developer/debug/debug_agent/watchpoint_info.h

void WatchpointInfo (const debug::AddressRange & r, int s)

Defined at line 15 of file ../../src/developer/debug/debug_agent/watchpoint_info.h

bool operator== (const WatchpointInfo & other)

Comparison (useful for tests).

Defined at line 21 of file ../../src/developer/debug/debug_agent/watchpoint_info.h

bool operator!= (const WatchpointInfo & other)

Defined at line 24 of file ../../src/developer/debug/debug_agent/watchpoint_info.h