|
Ion
|

Go to the source code of this file.
Namespaces | |
| ion | |
| Copyright 2016 Google Inc. | |
| ion::port | |
Functions | |
| bool | ion::port::IsDebuggerAttached () |
| Don't break on unsupported platforms. More... | |
| void | ion::port::Break () |
| If a debugger is attached, this function interrupts the program execution and causes any attached debugger to break. More... | |
| void | ion::port::BreakOrAbort () |
| Calls Break() if running in a debugger, abort() otherwise. More... | |