Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandler

Change-Id: Ic71299c38863cdb55862ced7348b2bdc9cf39555
Reviewed-on: http://codereview.qt-project.org/5743
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2011-09-28 17:55:48 +02:00
parent e111153580
commit 3c61cbb5df
8 changed files with 13 additions and 13 deletions

View File

@@ -2552,7 +2552,7 @@ bool CdbEngine::acceptsBreakpoint(BreakpointModelId id) const
case BreakpointAtFork:
case WatchpointAtExpression:
case BreakpointAtSysCall:
case BreakpointOnSignalHandler:
case BreakpointOnQmlSignalHandler:
return false;
case WatchpointAtAddress:
case BreakpointByFileAndLine: