HomeSort by relevance Sort by last modified time
    Searched defs:get_backtrace (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 97 QString get_backtrace() { function
127 fprintf(stderr, "%s\n", get_backtrace().toLatin1().constData());
  /bionic/libc/bionic/
debug_stacktrace.cpp 88 // The first stack frame is get_backtrace itself. Skip it.
116 __LIBC_HIDDEN__ int get_backtrace(uintptr_t* frames, size_t max_depth) { function
125 frame_count = get_backtrace(self_bt, 16);

Completed in 748 milliseconds