Searched refs:MDRawThread (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 234 MDRawThread *lwp) { in WriteCrashedLwpStream() 274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream() 397 MDRawThread lwp; in LwpInformationCallback() 398 memset(&lwp, 0, sizeof(MDRawThread)); in LwpInformationCallback() 413 &lwp, sizeof(MDRawThread)); in LwpInformationCallback() 429 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread))) in WriteLwpListStream()
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | seccomp_unwinder.h | 44 const MDRawThread& thread,
|
D | seccomp_unwinder.cc | 40 const MDRawThread& thread, in PopSeccompStackFrame()
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.h | 49 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
|
D | ios_exception_minidump_generator.mm | 163 MDRawThread *thread) {
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 366 } MDRawThread; /* MINIDUMP_THREAD */ typedef 371 MDRawThread threads[1];
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 946 MDRawThread *thread) { in WriteThreadStream() 984 sizeof(MDRawThread))) in WriteThreadListStream() 992 MDRawThread thread; in WriteThreadListStream() 996 memset(&thread, 0, sizeof(MDRawThread)); in WriteThreadListStream() 1002 list.CopyIndexAfterObject(thread_idx++, &thread, sizeof(MDRawThread)); in WriteThreadListStream()
|
D | minidump_generator.h | 122 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread() 304 MDRawThread thread_;
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 260 bool FillThreadStack(MDRawThread* thread, uintptr_t stack_pointer, in FillThreadStack() 294 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread))) in WriteThreadListStream() 318 MDRawThread thread; in WriteThreadListStream()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 240 MDRawThread thread; in DumpCrashingThread()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 78 MDRawThread 129 MDRawThread
|
/external/google-breakpad/src/processor/ |
D | synth_minidump.cc | 245 assert(Size() == sizeof(MDRawThread)); in Thread()
|
D | minidump.cc | 1575 if (thread_count > numeric_limits<uint32_t>::max() / sizeof(MDRawThread)) { in Read() 1582 thread_count * sizeof(MDRawThread)) { in Read() 1585 thread_count * sizeof(MDRawThread)) { in Read() 1595 thread_count * sizeof(MDRawThread); in Read()
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 409 const MDRawThread* rawthread = in ParseThreadList() 410 range.GetArrayElement<MDRawThread>(sizeof(uint32_t), i); in ParseThreadList()
|