|
Predator
[unstable] git snapshot
|
#include <stdio.h>#include <signal.h>Go to the source code of this file.
Macros | |
| #define | _CL_BREAK raise(SIGTRAP) |
| #define | _CL_BREAK_MECH "SIGTRAP" |
| #define | CL_TRAP |
| jump to debugger by default in case anything interesting happens More... | |
| #define | CL_BREAK_IF(cond) |
| conditional variant of CL_TRAP, do nothing as long as cond is not satisfied More... | |
Variables | |
| const char * | GIT_SHA1 |
| defined in version.c to avoid rebuild of all modules on git-commit More... | |
| #define CL_BREAK_IF | ( | cond | ) |
conditional variant of CL_TRAP, do nothing as long as cond is not satisfied
Definition at line 58 of file trap.h.
Referenced by SymPairSet< TKey, IREFLEXIVE >::add(), IntervalArena< TInt, TFld >::add(), SymPairMap< TKey, TVal >::add(), areValProtosEqual(), EntStore< TBaseEnt >::assignId(), BindingOff::BindingOff(), SymPairSet< TKey, IREFLEXIVE >::del(), RefCounter::enter(), FldHandle::FldHandle(), EntStore< TBaseEnt >::getEntRO(), EntStore< TBaseEnt >::getEntRW(), headOffset(), IntervalArena< TInt, TFld >::intersects(), RefCounter::isShared(), nextPtrFromSeg(), prevPtrFromSeg(), segHeadAt(), segIncreaseMinLength(), IntervalArena< TInt, TFld >::sub(), traverseCore(), traverseProgramVarsGeneric(), traverseUniformBlocks(), and RefCounter::~RefCounter().
| #define CL_TRAP |
jump to debugger by default in case anything interesting happens
| const char* GIT_SHA1 |
defined in version.c to avoid rebuild of all modules on git-commit
1.8.3.1