debugger: less magic state transitions in the break handler

This commit is contained in:
hjk
2010-11-30 12:47:53 +01:00
parent 3fbc0bd31d
commit 2b80651d7b
5 changed files with 117 additions and 88 deletions

View File

@@ -52,7 +52,7 @@ bool BreakpointParameters::equals(const BreakpointParameters &rhs) const
&& enabled == rhs.enabled
&& useFullPath == rhs.useFullPath
&& fileName == rhs.fileName
&& condition == rhs.condition
&& conditionsMatch(rhs.condition)
&& ignoreCount == rhs.ignoreCount
&& lineNumber == rhs.lineNumber
&& address == rhs.address