[][src]Function cortex_m_semihosting::debug::exit

pub fn exit(status: ExitStatus)

Reports to the debugger that the execution has completed.

This call can be used to terminate QEMU session and report back success or failure. If you need to pass more than one type of error, consider using report_exception syscall instead.

This call should not return. However, it is possible for the debugger to request that the application continue. In that case this call returns normally.