Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2dff3554
Commit
2dff3554
authored
Sep 30, 2009
by
hjk
Browse files
debugger: small adjustments to the state diagram
parent
e8fc8503
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
2dff3554
...
...
@@ -95,7 +95,8 @@
# define STATE_DEBUG(s)
#endif
// Note: the Debugger process itself is referred to as 'Debugger',
// Note: the Debugger process itself and any helper processes like
// gdbserver, the trk client etc are referred to as 'Adapter',
// whereas the debugged process is referred to as 'Inferior'.
//
// 0 == DebuggerNotReady
...
...
@@ -112,11 +113,13 @@
// |
// InferiorStarting --> InferiorStartFailed --> 0
// |
// (core) |
// .-----------------<-|
// |
| (attach)
// InferiorUnrunnable |
----------------------.
// (core) |
(attach) (remote)
// .-----------------<-|
->--------------------.
// |
v
|
// InferiorUnrunnable |
|
// | | v
// | | (plain)
// | | (trk)
// | |
// | | .------------------------------------.
// | | v |
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment