HomeSort by relevance Sort by last modified time
    Searched full:backtrace (Results 126 - 150 of 423) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/include/clang/Basic/
DiagnosticOptions.def 81 /// Limit depth of macro expansion backtrace.
83 /// Limit depth of instantiation backtrace.
85 /// Limit depth of constexpr backtrace.
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 74 /// the backtrace of the crash on failures.
98 /// \brief Return a string containing the backtrace where the crash was
99 /// detected; or empty if the backtrace wasn't recovered.
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb_test.go 102 // without framepointer, gdb cannot backtrace our non-standard
162 t.Logf("gdb cannot backtrace for GOARCH=%s, skipped goroutine backtrace test", runtime.GOARCH)
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb_test.go 102 // without framepointer, gdb cannot backtrace our non-standard
162 t.Logf("gdb cannot backtrace for GOARCH=%s, skipped goroutine backtrace test", runtime.GOARCH)
  /system/core/libbacktrace/
BacktraceCurrent.cpp 31 #include <backtrace/Backtrace.h>
32 #include <backtrace/BacktraceMap.h>
BacktraceOffline.cpp 37 #include <backtrace/Backtrace.h>
38 #include <backtrace/BacktraceMap.h>
70 BacktraceOffline* backtrace = reinterpret_cast<BacktraceOffline*>(arg); local
71 bool result = backtrace->FindProcInfo(addr_space, ip, proc_info, need_unwind_info);
86 BacktraceOffline* backtrace = reinterpret_cast<BacktraceOffline*>(arg); local
88 size_t read_size = backtrace->Read(addr, reinterpret_cast<uint8_t*>(value), sizeof(unw_word_t));
100 BacktraceOffline* backtrace = reinterpret_cast<BacktraceOffline*>(arg); local
102 bool result = backtrace->ReadReg(unwind_reg, &reg_value);
757 Backtrace* Backtrace::CreateOffline(pid_t pid, pid_t tid, BacktraceMap* map
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 20 * Hard limit on stack backtrace depth. The version of prof_backtrace() that
22 * of backtrace frame handlers, and should be kept in sync with this setting.
60 /* Backtrace, stored as len program counters. */
168 /* Associated backtrace. */
171 /* Backtrace vector, variable size, referred to by bt. */
237 /* Backtrace vector, used for calls to prof_backtrace(). */
511 * backtrace was captured for this allocation, even
  /external/deqp/framework/qphelper/
qpCrashHandler.c 333 /* Write backtrace. */
354 writeInfo(userPtr, "Backtrace:\n");
535 char tmpFileName[] = "backtrace-XXXXXX";
540 writeInfoFormat(writeInfo, userPtr, "Failed to create tmpfile '%s' for the backtrace %s.", tmpFileName, strerror(errno));
552 symbolCount = backtrace(symbols, DE_LENGTH_OF_ARRAY(symbols));
613 writeInfoFormat(writeInfo, userPtr, "Unexpected EOF reading backtrace file '%s'", tmpFileName);
  /external/libunwind/tests/
test-flush-cache.c 31 #define UNW_LOCAL_ONLY /* must define this for consistency with backtrace() */
43 printf ("First backtrace:\n");
52 printf ("\nSecond backtrace:\n");
test-ptrace.c 192 ++optind, trace_mode = INSTRUCTION; /* backtrace at each insn */
194 ++optind, trace_mode = SYSCALL; /* backtrace at each syscall */
196 /* Execute until raise(SIGUSR1), then backtrace at each insn
test-init-remote.c 101 printf ("Normal backtrace:\n");
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 61 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
132 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
296 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
  /libcore/ojluni/src/main/java/java/util/logging/
SimpleFormatter.java 96 * associated with the log record and its backtrace
115 * and its backtrace ({@code 6$}), if any:
127 * the throwable and its backtrace:
  /art/compiler/
compiler.h 85 * @note This is used for backtrace information in generated code.
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 64 // Preserve lr for backtrace.
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 67 // Preserve lr for backtrace.
  /bionic/libc/malloc_debug/
BacktraceData.cpp 72 error_log("Unable to set up backtrace signal enable function: %s", strerror(errno));
Config.h 36 constexpr uint64_t BACKTRACE = 0x4;
malloc_debug.cpp 41 #include "backtrace.h"
128 error_log("Backtrace at time of failure:");
165 if (g_debug->config().options & BACKTRACE) {
167 if (g_debug->backtrace->enabled()) {
207 // Always enable the backtrace code since we will use it in a number
254 if (!(g_debug->config().options & BACKTRACE)) {
256 "set the option 'backtrace'.");
352 if (g_debug->config().options & BACKTRACE) {
662 if (g_debug->config().options & BACKTRACE) {
malloc_debug.h 41 // BacktraceHeader (Optional: For the allocation backtrace)
  /bionic/libc/malloc_debug/tests/
log_fake.cpp 27 class Backtrace;
  /external/clang/test/Misc/
diag-macro-backtrace.c 1 // RUN: not %clang -fsyntax-only -fmacro-backtrace-limit=0 %s 2>&1 | FileCheck %s
  /external/jemalloc/test/unit/
prof_active.c 90 "%s():%d: Unexpected backtrace count", func, line);
  /external/libunwind/src/mi/
backtrace.c 78 extern int backtrace (void **buffer, int size)
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 34 std::string Backtrace;
67 // FIXME: Stash the backtrace.
178 // TODO: We can capture the stack backtrace here and store it on the
342 return CRC->Backtrace;

Completed in 1527 milliseconds

1 2 3 4 56 7 8 91011>>