summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakpoint.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-03-29 09:58:21 +0200
committerhjk <qtc-committer@nokia.com>2011-03-29 09:59:19 +0200
commit7f6b529a484c53341c65865e943e3dbfd61c6cd9 (patch)
tree177daf4afbfe0b7b6cfc7dbcbbc926fbaec8f89e /src/plugins/debugger/breakpoint.h
parentbfcdd9c70077a282847170156b2261a98cdc24e0 (diff)
downloadqt-creator-7f6b529a484c53341c65865e943e3dbfd61c6cd9.tar.gz
debugger: Merge 'fork' and 'vfork' breakpoints
Reviewed-by: Friedemann Kleint
Diffstat (limited to 'src/plugins/debugger/breakpoint.h')
-rw-r--r--src/plugins/debugger/breakpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h
index 6c85561cfa..0a0941e607 100644
--- a/src/plugins/debugger/breakpoint.h
+++ b/src/plugins/debugger/breakpoint.h
@@ -61,7 +61,7 @@ enum BreakpointType
BreakpointAtMain,
BreakpointAtFork,
BreakpointAtExec,
- BreakpointAtVFork,
+ //BreakpointAtVFork,
BreakpointAtSysCall,
Watchpoint
};