Interact directly with the debugger
The Raw Command window enables you to send commands directly to the debugger interface. This window bypasses Linaro DDT and its book-keeping. So, if you set a breakpoint in this window, it will not be listed in the Breakpoints tab.

Be careful with this window. We recommend that you only use it if the
graphical interface does not provide the information or control you
require. If you send commands such as quit
or kill
, this may cause the
interface to stop responding to Linaro DDT.
Each command is sent to the current group or process, depending on the current focus. If the current group or process is running, you will be prompted to pause the group or process.