Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
break.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::port
 

Functions

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...
 
bool ion::port::IsDebuggerAttached ()
 Don't break on unsupported platforms. More...