class MockBreakpoint

Defined at line 15 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

Public Members

BreakpointSettings settings_
bool is_internal_
vector locations_

Public Methods

void SetSettings (const BreakpointSettings & settings, SetCallback cb)

Defined at line 12 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.cc

void MockBreakpoint (Session * session)

Defined at line 17 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

void set_is_internal (bool internal)

Defined at line 19 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

void set_locations (std::vector<std::unique_ptr<BreakpointLocation>> locs)

Defined at line 20 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

std::vector<const BreakpointLocation *> GetLocations ()

Defined at line 22 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.cc

BreakpointSettings GetSettings ()

Breakpoint implementation.

Defined at line 25 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

bool IsInternal ()

Defined at line 28 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h

std::vector<BreakpointLocation *> GetLocations ()

Defined at line 29 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.cc

debug_ipc::BreakpointStats GetStats ()

Defined at line 31 of file ../../src/developer/debug/zxdb/client/mock_breakpoint.h