For the complete documentation index, see llms.txt. This page is also available as Markdown.

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);

Last updated

Was this helpful?