Referenced new TC documentation in DebugServer docs

This commit is contained in:
Nav
2022-05-02 13:18:31 +01:00
parent a7a6f7df1c
commit 886f61f8a8

View File

@@ -69,7 +69,8 @@ and is expected to handle the command and deliver any necessary response to the
`handle()` member function - a reference to the active `DebugSession` object, and a reference to a
`TargetControllerConsole` object. The `DebugSession` object provides access to the current connection with the GDB
client, as well as other debug session specific information. The `TargetControllerConsole` object provides an interface
to the `TargetController`, for any GDB commands that need to interface with the connected target.
to the `TargetController`, for any GDB commands that need to interface with the connected target (see the
[TargetController documentation](../../TargetController/README.md) for more on this).
Handling the `SetBreakpoint` command packet: