HomeSort by relevance Sort by last modified time
    Searched full:backtrace (Results 226 - 250 of 464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 128 // and produce a macro backtrace.
268 /// A recursive function to trace all possible backtrace locations
427 // spelling location here to avoid emitting a macro backtrace for the note.
575 << " expansions in backtrace; use -fmacro-backtrace-limit=0 to "
  /art/runtime/
runtime_common.cc 407 Backtrace thread_backtrace(raw_context);
421 << "Backtrace:\n" << Dumpable<Backtrace>(thread_backtrace) << '\n';
  /external/elfutils/tests/
backtrace.c 250 PC will get changed to function 'jmp' by backtrace.c function
251 prepare_thread. Then SIGUSR2 will be signalled to backtrace-child
427 { "backtrace-exec", OPT_BACKTRACE_EXEC, "EXEC", 0, N_("Run executable"), 0 },
  /external/libchrome/base/debug/
stack_trace_posix.cc 423 // and even backtrace() can call malloc(), leading to hangs.
439 // at ../sysdeps/x86_64/../ia64/backtrace.c:53
443 // at ../sysdeps/x86_64/../ia64/backtrace.c:104
700 // Avoid hangs during backtrace initialization, see above.
727 // Though the backtrace API man page does not list any possible negative
729 count_ = base::saturated_cast<size_t>(backtrace(trace_, arraysize(trace_)));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 59 log!( " Backtrace: " )
60 log!( " - %s", error.backtrace.join( "\n - " ) )
  /external/libunwind/
configure.ac 8 AC_CONFIG_SRCDIR(src/mi/backtrace.c)
366 AC_SEARCH_LIBS(backtrace, execinfo)
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 66 // FIXME: Stash the backtrace.
177 // TODO: We can capture the stack backtrace here and store it on the
  /external/swiftshader/third_party/LLVM/docs/
DebuggingJITedCode.html 77 # Print the backtrace, this time with symbols instead of ??.
112 When GDB creates a backtrace, it can properly unwind the stack, but the stack
  /system/extras/simpleperf/
inplace_sampler_lib.cpp 38 #include <backtrace/Backtrace.h>
  /external/toolchain-utils/dejagnu/gdb_baseline/
i686-pc-linux-gnu 220 PASS: gdb.arch/i386-cfi-notcurrent.exp: backtrace
273 PASS: gdb.arch/i386-gnu-cfi.exp: backtrace
283 PASS: gdb.arch/i386-prologue.exp: backtrace in standard
287 PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_ecx
290 PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_ecx
294 PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_edx
297 PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_edx
301 PASS: gdb.arch/i386-prologue.exp: first backtrace in stack_align_eax
304 PASS: gdb.arch/i386-prologue.exp: second backtrace in stack_align_eax
308 PASS: gdb.arch/i386-prologue.exp: backtrace in gdb125
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 44 // Preserve lr for backtrace.
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 43 // Preserve lr for backtrace.
  /bionic/libc/arch-arm/denver/bionic/
memset.S 46 // Preserve lr for backtrace.
  /bionic/libc/malloc_debug/
Android.bp 10 "backtrace.cpp",
backtrace.cpp 39 #include "backtrace.h"
  /external/boringssl/src/crypto/sha/asm/
sha1-586.pl 590 # +64 X[0] X[1] X[2] X[3] # XMM->XMM backtrace area
634 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot
660 # end is restored from backtrace ring buffer. X[3] is expected to
664 # X[-4] is accumulated and offloaded to backtrace ring buffer, at the
683 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer
730 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer
767 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer
810 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if($Xi<19); # restore X[] from backtrace buffer
860 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 43 backtrace_frame_t *backtrace, uptr ignore_depth, uptr max_depth);
  /external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator_unittest.cc 144 // Inserting the same backtrace again should return the index of the existing
  /external/libunwind/src/hppa/
Gresume.c 62 because the frame-chain still would let us do a backtrace at
  /external/libunwind/tests/
test-async-sig.c 184 printf ("%s: starting backtrace\n", __FUNCTION__);
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 80 if(backtrace(frames, 2) == 2) {
  /external/skia/tools/
CrashHandler.cpp 66 const int count = backtrace(stack, kMax);
  /external/valgrind/memcheck/tests/amd64-linux/
defcfaexpr.S 34 in the backtrace
  /external/webrtc/webrtc/base/
checks.cc 60 int size = backtrace(trace, sizeof(trace) / sizeof(*trace));
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 203 /* @@@ Use unwind data to perform a stack backtrace. The trace callback

Completed in 5818 milliseconds

1 2 3 4 5 6 7 8 91011>>