[][src]Macro gdbstub::outputln

macro_rules! outputln {
    ($console_output:expr) => { ... };
    ($console_output:expr,) => { ... };
    ($console_output:expr, $($args:tt)*) => { ... };
}

Send formatted data to the GDB client console, with a newline appended.

The first argument must be a ConsoleWriter.