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.
macro_rules! output {
($console_output:expr, $($args:tt)*) => { ... };
}Send formatted data to the GDB client console.
The first argument must be a ConsoleOutput.