# send\_dbg\_command

```
Send arbitrary command to the debugger engine.
Returns: the command output.

Note: this function is available for the following debuggers:
windbg, gdb, bochs

string send_dbg_command(string cmd);
```
