forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/libs/extensionsystem/pluginmanager.cpp src/libs/extensionsystem/pluginspec.cpp src/plugins/coreplugin/basefilewizard.cpp src/plugins/coreplugin/coreplugin.pro src/plugins/coreplugin/coreplugin.qbs src/plugins/coreplugin/editormanager/ieditor.cpp src/plugins/coreplugin/externaltool.cpp src/plugins/coreplugin/icore.cpp src/plugins/cpptools/cppmodelmanager.cpp src/plugins/fakevim/fakevimhandler.cpp src/plugins/find/ifindfilter.cpp src/plugins/projectexplorer/buildstep.cpp src/plugins/projectexplorer/devicesupport/idevice.cpp src/plugins/projectexplorer/runconfiguration.cpp src/plugins/vcsbase/vcsbaseeditor.cpp tests/system/suite_debugger/tst_simple_analyze/test.py Change-Id: I11dc9e60bfc14bad4f8af747d041fc7678a07c17
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
|
||||
\brief The DebuggerEngine class is the base class of a debugger engine.
|
||||
|
||||
Note: the Debugger process itself and any helper processes like
|
||||
\note The Debugger process itself and any helper processes like
|
||||
gdbserver are referred to as 'Engine', whereas the debugged process
|
||||
is referred to as 'Inferior'.
|
||||
|
||||
@@ -330,9 +330,11 @@ sg1: }
|
||||
|
||||
GdbEngine specific startup. All happens in EngineSetupRequested state:
|
||||
|
||||
Transitions marked by '---' are done in the individual adapters.
|
||||
\list
|
||||
\li Transitions marked by '---' are done in the individual adapters.
|
||||
|
||||
Transitions marked by '+-+' are done in the GdbEngine.
|
||||
\li Transitions marked by '+-+' are done in the GdbEngine.
|
||||
\endlist
|
||||
|
||||
\code
|
||||
GdbEngine::setupEngine()
|
||||
|
||||
Reference in New Issue
Block a user