mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 21:29:35 +08:00
24 lines
735 B
Plaintext
24 lines
735 B
Plaintext
'
|
|
' Executable debugging : QEMU
|
|
'
|
|
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
' All rights reserved.
|
|
'
|
|
@startditaa
|
|
|
|
+-----------------------------------+
|
|
| QEMU |
|
|
| |
|
|
+----------+ | +----------+ |
|
|
| | TCP | /---------------\ | | |
|
|
| GDB |<-------->| GDB server |<->| Target | |
|
|
| | | \---------------/ | | |
|
|
+----------+ | +----------+ |
|
|
^ | |
|
|
| +-----------------------------------+
|
|
/-----\
|
|
| ELF |
|
|
\-----/
|
|
|
|
@endditaa
|