Home
last modified time | relevance | path

Searched refs:MDRawThread (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc234 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/
Dios_exception_minidump_generator.h49 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
Dios_exception_minidump_generator.mm163 MDRawThread *thread) {
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h374 } MDRawThread; /* MINIDUMP_THREAD */ typedef
379 MDRawThread threads[1];
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc966 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()
Dminidump_generator.h139 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc318 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/
Dminidump.h283 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread()
316 MDRawThread thread_;
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out78 MDRawThread
129 MDRawThread
/external/google-breakpad/src/processor/
Dsynth_minidump.cc242 assert(Size() == sizeof(MDRawThread)); in Thread()
Dminidump.cc1716 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/
Dminidump-2-core.cc557 const MDRawThread* rawthread = in ParseThreadList()
558 range.GetArrayElement<MDRawThread>(sizeof(uint32_t), i); in ParseThreadList()