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

1 2 3 4 56 7 8 91011>>

  /system/core/libbacktrace/
UnwindMap.h 24 #include <backtrace/BacktraceMap.h>
  /external/libunwind/tests/
Gtest-trace.c 33 extern int backtrace (void **, int);
91 printf ("\n\tvia backtrace():\n");
93 n = backtrace (addresses[1], 128);
116 printf ("FAILURE: unw_step() loop and backtrace() depths differ: %d vs. %d\n", depth, n);
125 printf ("FAILURE: backtrace() and unw_backtrace() addresses differ at %d: %p vs. %p\n",
135 printf ("FAILURE: unw_step() loop and backtrace() addresses differ at %d: %p vs. %p\n",
231 printf ("Normal backtrace:\n");
Gtest-bt.c 34 extern int backtrace (void **, int);
65 printf ("\texplicit backtrace:\n");
121 printf ("\n\tvia backtrace():\n");
122 n = backtrace (buffer, 20);
217 printf ("Normal backtrace:\n");
Ltest-nocalloc.c 115 /* Create (and leak) 100 TSDs, then call backtrace()
122 /* Call backtrace right after thread creation,
  /system/core/libmemunreachable/
MemUnreachable.cpp 26 #include <backtrace.h>
151 allocator::unordered_map<Leak::Backtrace, Leak*> backtrace_map{allocator_};
162 leak->backtrace.frames, leak->backtrace.max_frames);
164 leak->backtrace.num_frames = num_backtrace_frames;
166 auto inserted = backtrace_map.emplace(leak->backtrace, leak);
168 // Leak with same backtrace already exists, drop this one and
464 if (backtrace.num_frames > 0) {
465 oss << backtrace_string(backtrace.frames, backtrace.num_frames)
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libmemunreachable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libmemunreachable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips/source-based/
libmemunreachable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/mips64/source-based/
libmemunreachable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libmemunreachable.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libmemunreachable.so.lsdump.gz 
  /development/scripts/
example_crashes.py 44 backtrace:
78 backtrace:
105 backtrace:
131 backtrace:
153 backtrace:
177 backtrace:
  /bionic/libc/malloc_debug/
GuardData.cpp 34 #include "backtrace.h"
64 error_log("Backtrace at time of failure:");
  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.h 45 // References a backtrace in the stack frame deduplicator. -1 means empty
46 // backtrace (the root of the tree).
  /external/libmojo/base/debug/
stack_trace_android.cc 77 std::string backtrace = ToString(); local
78 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
  /bionic/libc/arch-arm/cortex-a9/bionic/
memcpy.S 46 // Preserve lr for backtrace.
  /bionic/libc/arch-arm/krait/bionic/
memcpy.S 49 // Preserve lr for backtrace.
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 37 // Preserve for accurate backtrace.
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 37 // Preserve for accurate backtrace.
  /external/libunwind/src/x86/
Gget_proc_info.c 37 frame-chain still would let us do a backtrace at least. */
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
hugetlb_vs_thp_test.c 45 * into xmon we get a backtrace in the kernel.
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
frames.py 165 counts backward from the last frame in the backtrace.
181 # return None and let default backtrace printing occur.
200 # Is this a slice from the end of the backtrace, ie bt -2?
216 # -1 for frame_high means until the end of the backtrace. Set to
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
frames.py 165 counts backward from the last frame in the backtrace.
181 # return None and let default backtrace printing occur.
200 # Is this a slice from the end of the backtrace, ie bt -2?
216 # -1 for frame_high means until the end of the backtrace. Set to
  /system/core/debuggerd/client/
debuggerd_client.cpp 44 static bool send_signal(pid_t pid, bool backtrace) {
46 val.sival_int = backtrace;
158 bool backtrace = dump_type == kDebuggerdBacktrace; local
159 send_signal(pid, backtrace);
  /system/core/debuggerd/include/debuggerd/
handler.h 38 // signal is sent by kill(2)), the default behavior is to print the backtrace

Completed in 1724 milliseconds

1 2 3 4 56 7 8 91011>>