Home
last modified time | relevance | path

Searched refs:DEBUG_BREAK (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/debug/
Ddebugger_posix.cc206 #define DEBUG_BREAK() abort() macro
211 #define DEBUG_BREAK() abort() macro
241 #define DEBUG_BREAK() DebugBreak() macro
243 #define DEBUG_BREAK() DEBUG_BREAK_ASM() macro
258 DEBUG_BREAK(); in BreakDebugger()
/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F) macro
88 # define DEBUG_BREAK() 0 macro
124 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c239 if (DEBUG_BREAK()) { in x86emu_single_step()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2799 #define DEBUG_BREAK(Name, ...) \ macro
2811 DEBUG_BREAK_BYTECODE_LIST(DEBUG_BREAK);
2812 #undef DEBUG_BREAK
/external/v8/src/compiler/
Dbytecode-graph-builder.cc2724 #define DEBUG_BREAK(Name, ...) \ macro
2726 DEBUG_BREAK_BYTECODE_LIST(DEBUG_BREAK);
2727 #undef DEBUG_BREAK