Skip to content
Snippets Groups Projects
Commit 2dff3554 authored by hjk's avatar hjk
Browse files

debugger: small adjustments to the state diagram

parent e8fc8503
No related branches found
No related tags found
No related merge requests found
......@@ -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 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment