mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 11:27:10 +08:00
21 lines
475 B
Plaintext
21 lines
475 B
Plaintext
'
|
|
' Executable debugging.
|
|
'
|
|
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
' All rights reserved.
|
|
'
|
|
@startditaa
|
|
|
|
+----------+ /---------------\ +----------+
|
|
| | TCP | Debug Agent | agent | |
|
|
| GDB |<----->| (GDB server) |<---------->| Target |
|
|
| | \---------------/ connection | |
|
|
+----------+ +----------+
|
|
^
|
|
|
|
|
/-----\
|
|
| ELF |
|
|
\-----/
|
|
|
|
@endditaa
|