forked from qt-creator/qt-creator
debugger: refactor watch point lookup
In preparation of bitfield watch points.
This commit is contained in:
@@ -53,7 +53,8 @@ namespace Internal {
|
||||
|
||||
BreakpointParameters::BreakpointParameters(BreakpointType t)
|
||||
: type(t), enabled(true), pathUsage(BreakpointPathUsageEngineDefault),
|
||||
ignoreCount(0), lineNumber(0), address(0), threadSpec(-1),
|
||||
ignoreCount(0), lineNumber(0), address(0), size(0),
|
||||
bitpos(0), bitsize(0), threadSpec(-1),
|
||||
tracepoint(false)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user