CDT 与 GDB 客户端的交互

CDT interaction with GDB Client

我们知道 CDT 与 gdb 客户端交互,而 gdb 客户端在调试时又与 gdb 服务器交互。我想知道 CDT 是如何与 gdb 客户端交互的,或者任何阅读 material 都可以,但我找不到。

Eclipse CDT 使用 GDB/MI Interface for interacting with gdb. See in GDB Wiki:

1.1. Using modern GDB/MI
...
...
...
Eclipse CDT (C/C++ Development Tooling) - The CDT Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform.