Home | History | Annotate | Download | only in debug

Lines Matching defs:debug

5 #include "base/debug/debugger.h"
43 #include "base/debug/alias.h"
57 namespace debug {
173 // We want to break into the debugger in Debug mode, and cause a crash dump in
184 // Linux: Debug mode if a debugger is attached, send SIGTRAP; otherwise send
238 #error "Don't know how to debug break on this architecture/OS"
249 base::debug::Alias(&static_variable_to_make_this_function_unique);
253 // For Android development we always build release (debug builds are
259 // Terminate the program after signaling the debug break.
264 } // namespace debug