Debugger: Add condition expression member to UserBreakpoint

Operating Systems / Haiku - Rene Gollent [gollent.com] - 30 October 2014 15:54 UTC

- UserBreakpoint and its corresponding settings classes now store/recall an optional condition expression.

65a10b5 Debugger: Add condition expression member to UserBreakpoint.
src/apps/debugger/controllers/TeamDebugger.cpp | 1 +
src/apps/debugger/model/UserBreakpoint.cpp | 12 ++++++++++--
src/apps/debugger/model/UserBreakpoint.h | 11 ++++++++++-
src/apps/debugger/settings/BreakpointSetting.cpp | 20 +++++++++++++++-----
src/apps/debugger/settings/BreakpointSetting.h | 9 +++++++--
src/apps/debugger/settings/TeamSettings.cpp | 3 ++-
6 files changed, 45 insertions(+), 11 deletions(-)

Upstream: cgit.haiku-os.org


  • Share