forked from qt-creator/qt-creator
Debugger: Remove some unneeded "No process" notification in CDB
Change-Id: I84d4aa30ff52f9a368503edc41f4a51e709a3a6e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -261,7 +261,6 @@ CdbEngine::CdbEngine(const DebuggerRunParameters &sp) :
|
|||||||
void CdbEngine::init()
|
void CdbEngine::init()
|
||||||
{
|
{
|
||||||
m_effectiveStartMode = NoStartMode;
|
m_effectiveStartMode = NoStartMode;
|
||||||
notifyInferiorPid(0);
|
|
||||||
m_accessible = false;
|
m_accessible = false;
|
||||||
m_specialStopMode = NoSpecialStop;
|
m_specialStopMode = NoSpecialStop;
|
||||||
m_nextCommandToken = 0;
|
m_nextCommandToken = 0;
|
||||||
|
Reference in New Issue
Block a user