forked from qt-creator/qt-creator
GdbEngine: Fix typo
Change-Id: I333cee6370202ed5e9623025d484a2f5637a05c5 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -918,7 +918,7 @@ void GdbEngine::runCommand(const DebuggerCommand &command)
|
||||
|
||||
if (command.flags & RebuildBreakpointModel) {
|
||||
++m_pendingBreakpointRequests;
|
||||
PENDING_DEBUG(" BRWAKPOINT MODEL:" << cmd.function
|
||||
PENDING_DEBUG(" BREAKPOINT MODEL:" << cmd.function
|
||||
<< "INCREMENTS PENDING TO" << m_pendingBreakpointRequests);
|
||||
} else {
|
||||
PENDING_DEBUG(" OTHER (IN):" << cmd.function
|
||||
|
||||
Reference in New Issue
Block a user