Macro gdbstub::output

source ·
macro_rules! output {
    ($console_output:expr, $($args:tt)*) => { ... };
}
Expand description

Send formatted data to the GDB client console.

The first argument must be a ConsoleOutput.