Lines Matching defs:cout

253     std::cout << "call RaiseSegmentFaultException" << std::endl;
293 std::cout << "test TriggerSegmentFaultException" << std::endl;
329 std::cout << "call MaxMethodNameTest12345678901234567890123456789012345678901234567890ABC" << std::endl;
360 std::cout << "failed" << std::endl;
367 std::cout << "test oom" << std::endl;
370 std::cout << "getrlimit failed" << std::endl;
373 std::cout << std::hex << "old rlimit, cur:0x" << oldRlimit.rlim_cur << std::endl;
374 std::cout << std::hex << "old rlimit, max:0x" << oldRlimit.rlim_max << std::endl;
382 std::cout << "setrlimit failed" << std::endl;
391 std::cout << "malloc return null" << std::endl;
393 std::cout << "restore rlimit failed" << std::endl;
395 std::cout << "restore rlimit ok" << std::endl;
407 std::cout << "test PCZero" << std::endl;
424 std::cout << "test MultiThreadCrash" << std::endl;
441 std::cout << "test StackOver64" << std::endl;
448 std::cout << "create MultiThread " << threadID << std::endl;
458 std::cout << "test StackTop" << std::endl;
468 std::cout << "crasher_c: stack top is = " << std::hex << stackTop << std::endl;
486 std::cout << " usage: crasher CMD" << std::endl;
487 std::cout << "\n";
488 std::cout << " where CMD support:" << std::endl;
490 std::cout << " " << item.cmdline << " : " << item.description << std::endl;
492 std::cout << " if you want the command execute in a sub thread" << std::endl;
493 std::cout << " add thread Prefix, e.g crasher thread-SIGFPE" << std::endl;
494 std::cout << "\n";
777 std::cout << "wrong usage!";
782 std::cout << "ParseAndDoCrash done:" << DfxCrasher::GetInstance().ParseAndDoCrash(argv[1]) << "!\n";