debugger: Merge 'fork' and 'vfork' breakpoints

Reviewed-by: Friedemann Kleint
This commit is contained in:
hjk
2011-03-29 09:58:21 +02:00
parent bfcdd9c700
commit 7f6b529a48
7 changed files with 27 additions and 20 deletions

View File

@@ -2283,7 +2283,7 @@ bool CdbEngine::acceptsBreakpoint(BreakpointId id) const
switch (data.type) {
case UnknownType:
case BreakpointAtFork:
case BreakpointAtVFork:
//case BreakpointAtVFork:
case BreakpointAtSysCall:
return false;
case Watchpoint: