Home
last modified time | relevance | path

Searched refs:StackTop (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h56 static int StackTop();
H A Ddfx_crasher.cpp112 {"StackTop", "trigger SIGSEGV to make sure stack top", &DfxCrasher::StackTop},
456 NOINLINE int DfxCrasher::StackTop() in StackTop() function in DfxCrasher
458 std::cout << "test StackTop" << std::endl; in StackTop()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.c270 NOINLINE int StackTop(void) in StackTop() function
272 printf("test StackTop\n"); in StackTop()
338 printf(" StackTop trigger SIGSEGV to make sure stack top\n"); in PrintUsage()
444 if (!strcasecmp(arg, "StackTop")) { in ParseAndDoCrash()
445 return StackTop(); in ParseAndDoCrash()

Completed in 4 milliseconds