HomeSort by relevance Sort by last modified time
    Searched refs:MDRawThread (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/client/linux/dump_writer_common/
seccomp_unwinder.h 44 const MDRawThread& thread,
seccomp_unwinder.cc 40 const MDRawThread& thread,
  /external/google-breakpad/src/client/ios/handler/
ios_exception_minidump_generator.h 49 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 122 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
minidump_generator.cc 946 MDRawThread *thread) {
984 sizeof(MDRawThread)))
992 MDRawThread thread;
996 memset(&thread, 0, sizeof(MDRawThread));
1002 list.CopyIndexAfterObject(thread_idx++, &thread, sizeof(MDRawThread));
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 234 MDRawThread *lwp) {
274 const lwpstatus_t *lsp, MDRawThread *lwp) {
397 MDRawThread lwp;
398 memset(&lwp, 0, sizeof(MDRawThread));
413 &lwp, sizeof(MDRawThread));
429 if (!list.AllocateObjectAndArray(lwp_count - 1, sizeof(MDRawThread)))
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 366 } MDRawThread; /* MINIDUMP_THREAD */
371 MDRawThread threads[1];
542 * (MDRawThread).thread_id. */
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 39 // MinidumpThread object, whose parameters are specified in an MDRawThread
40 // structure. A properly byte-swapped MDRawThread can be obtained from a
271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; }
280 // MDRawThread structure. Returns false if the thread ID cannot be
304 MDRawThread thread_;
531 // here and in MDRawThread both point to exactly the same data in a
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 240 MDRawThread thread;
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 260 bool FillThreadStack(MDRawThread* thread, uintptr_t stack_pointer,
294 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread)))
318 MDRawThread thread;
    [all...]
  /external/google-breakpad/src/processor/
synth_minidump.cc 245 assert(Size() == sizeof(MDRawThread));
minidump.cc     [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 409 const MDRawThread* rawthread =
410 range.GetArrayElement<MDRawThread>(sizeof(uint32_t), i);
    [all...]

Completed in 69 milliseconds