Searched refs:showStackTrace (Results 1 – 1 of 1) sorted by relevance
143 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0)144 #define SHOW_STACK_TRACE do { showStackTrace(); } while (0)146 static inline void showStackTrace() { in showStackTrace() function