panda_monitor_run

Function panda_monitor_run 

Source
pub unsafe extern "C" fn panda_monitor_run(
    buf: *mut c_char,
) -> *mut c_char
Expand description

panda_monitor_run() - Run a command in the panda monitor and collect response. @buf: The command.

Run this command as if it were typed into the qemu monitor, and return what output would have been printed to the monitor.

NB: Some commands may cause spinloops.

Return: A string, the output of the command.