Home
last modified time | relevance | path

Searched refs:WriteContext (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc154 bool WriteContext(MDRawContextSPARC *context, ucontext_t *sig_ctx) { in WriteContext() function
178 bool WriteContext(MDRawContextSPARC *context, prgregset_t regs, in WriteContext() function
198 bool WriteContext(MDRawContextX86 *context, prgregset_t regs, in WriteContext() function
252 return WriteContext(context.get(), writer_args->sig_ctx); in WriteCrashedLwpStream()
266 return WriteContext(context.get(), in WriteCrashedLwpStream()
309 return WriteContext(context.get(), (int *)gregs, &fp_regs); in WriteLwpStream()
607 return WriteContext(context.get(), writer_args->sig_ctx); in WriteExceptionStream()
622 return WriteContext(context.get(), in WriteExceptionStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h143 bool WriteContext(breakpad_thread_state_data_t state,
Dminidump_generator.cc393 bool MinidumpGenerator::WriteContext(breakpad_thread_state_data_t state, in WriteContext() function in google_breakpad::MinidumpGenerator
957 if (!WriteContext(state, &thread->thread_context)) in WriteThreadStream()
1139 if (!WriteContext(state, &exception_ptr->thread_context)) in WriteExceptionStream()