Searched refs:MDRawThread (Results 1 – 12 of 12) 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/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 | 374 } MDRawThread; /* MINIDUMP_THREAD */ typedef 379 MDRawThread threads[1];
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 966 MDRawThread *thread) { in WriteThreadStream() 1004 sizeof(MDRawThread))) in WriteThreadListStream() 1012 MDRawThread thread; in WriteThreadListStream() 1016 memset(&thread, 0, sizeof(MDRawThread)); in WriteThreadListStream() 1022 list.CopyIndexAfterObject(thread_idx++, &thread, sizeof(MDRawThread)); in WriteThreadListStream()
|
D | minidump_generator.h | 139 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 318 bool FillThreadStack(MDRawThread* thread, uintptr_t stack_pointer, in FillThreadStack() 382 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread))) in WriteThreadListStream() 406 MDRawThread thread; in WriteThreadListStream()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 283 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread() 316 MDRawThread thread_;
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 78 MDRawThread 129 MDRawThread
|
/external/google-breakpad/src/processor/ |
D | synth_minidump.cc | 242 assert(Size() == sizeof(MDRawThread)); in Thread()
|
D | minidump.cc | 1716 if (thread_count > numeric_limits<uint32_t>::max() / sizeof(MDRawThread)) { in Read() 1723 thread_count * sizeof(MDRawThread)) { in Read() 1726 thread_count * sizeof(MDRawThread)) { in Read() 1736 thread_count * sizeof(MDRawThread); in Read()
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 557 const MDRawThread* rawthread = in ParseThreadList() 558 range.GetArrayElement<MDRawThread>(sizeof(uint32_t), i); in ParseThreadList()
|