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

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 1 //==- PrettyStackTraceLocationContext.h - show analysis backtrace --*- C++ -*-//
  /external/clang/test/SemaCXX/
operator-arrow-depth.cpp 12 // expected-note-re@-2 {{(skipping {{120|2}} 'operator->'s in backtrace)}}
  /external/compiler-rt/test/msan/
lit.cfg 17 # Some Msan tests leverage backtrace() which requires libexecinfo on FreeBSD.
  /external/elfutils/po/
POTFILES.in 50 tests/backtrace.c
  /external/elfutils/tests/
backtrace-child.c 1 /* Test child for parent backtrace test.
18 /* Command line syntax: ./backtrace-child [--ptraceme|--gencore]
23 PC will get changed to function 'jmp' by backtrace.c function
24 prepare_thread. Then SIGUSR2 will be signalled to backtrace-child
  /external/jemalloc/test/unit/
prof_accum.c 52 "Expected larger backtrace count increase");
  /external/libunwind/tests/
Ltest-varargs.c 76 fprintf (stderr, "FAILURE: expected deeper backtrace.\n");
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/libbacktrace/
UnwindMap.h 23 #include <backtrace/BacktraceMap.h>
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 272 Init("guard backtrace fill expand_alloc free_track leak_track");
387 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
468 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
500 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
535 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
545 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
555 expected_log += "6 malloc_debug Backtrace at time of failure:\n";
597 Init("leak_track backtrace");
624 expected_log += "6 malloc_debug Backtrace at time of allocation:\n";
634 expected_log += "6 malloc_debug Backtrace at time of allocation:\n"
    [all...]
  /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...]
  /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"
65 error_log("Backtrace at time of failure:");
FreeTrackData.cpp 31 #include "backtrace.h"
60 error_log("Backtrace at time of free:");
139 error_log("Backtrace of original free:");
TrackData.cpp 38 #include "backtrace.h"
102 if (debug.config().options & BACKTRACE) {
105 error_log("Backtrace at time of allocation:");
  /external/libchrome/base/debug/
stack_trace.h 72 // Resolves backtrace to symbols and write to stream.
76 // Resolves backtrace to symbols and returns as string.
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 83 if (!merged.leaks[0].backtrace.num_frames) {
85 << endl << "and 'setprop libc.debug.malloc.options backtrace=8'"
  /bionic/libc/arch-arm64/denver64/bionic/
memcpy.S 46 // Preserve for accurate backtrace.
  /bionic/libc/arch-arm64/generic/bionic/
memcpy.S 46 // Preserve for accurate backtrace.
  /external/libunwind/src/x86/
Gget_proc_info.c 37 frame-chain still would let us do a backtrace at least. */
  /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/test/
log_fake.cpp 27 class Backtrace;

Completed in 2633 milliseconds

1 2 3 45 6 7 8 91011>>