LLDB Documentation Details Multi‑Process Control (MCP) Feature
The LLDB website provides a guide on using the Multi‑Process Control (MCP) feature. MCP allows a debugger to coordinate debugging sessions across several
The LLDB website provides a guide on using the Multi‑Process Control (MCP)
feature. MCP allows a debugger to coordinate debugging sessions across several
processes. The documentation describes the required command‑line options and API
calls. It explains how to attach to child processes spawned by a parent. Users
can set breakpoints that propagate to all linked processes. The guide includes
examples of typical debugging workflows. It notes limitations such as platform
support and performance overhead. Developers are encouraged to consult the page
for detailed usage instructions.