Home
last modified time | relevance | path

Searched refs:MDRawThread (Results 1 – 15 of 15) 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/linux/dump_writer_common/
Dseccomp_unwinder.h44 const MDRawThread& thread,
Dseccomp_unwinder.cc40 const MDRawThread& thread, in PopSeccompStackFrame()
/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.h366 } MDRawThread; /* MINIDUMP_THREAD */ typedef
371 MDRawThread threads[1];
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc946 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()
Dminidump_generator.h122 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; } in thread()
304 MDRawThread thread_;
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc260 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/
Dmicrodump_writer.cc240 MDRawThread thread; in DumpCrashingThread()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out78 MDRawThread
129 MDRawThread
/external/google-breakpad/src/processor/
Dsynth_minidump.cc245 assert(Size() == sizeof(MDRawThread)); in Thread()
Dminidump.cc1575 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/
Dminidump-2-core.cc409 const MDRawThread* rawthread = in ParseThreadList()
410 range.GetArrayElement<MDRawThread>(sizeof(uint32_t), i); in ParseThreadList()