Searched defs:crash (Results 1 - 2 of 2) sorted by relevance

/system/core/debuggerd/
H A Dvfp.S3 .global crash
4 .type crash, %function
5 crash: label
H A Dcrasher.c119 __attribute__((noinline)) static int crash(int a) { function
145 } else if (!strcmp(arg,"crash")) {
146 return crash(42);
159 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
160 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n");
162 fprintf(stderr, " crash cause a SIGSEGV\n");

Completed in 139 milliseconds