Searched refs:DE_BREAKPOINT (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deDefs.h | 304 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, … macro 306 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, … macro 308 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, … macro 310 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, … macro 312 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, … macro 314 # define DE_BREAKPOINT() DE_FATAL("Software breakpoint encountered!") macro
|