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

  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 136 uint64_t CurrentPCForStack(breakpad_thread_state_data_t state);
141 bool WriteStack(breakpad_thread_state_data_t state,
143 bool WriteContext(breakpad_thread_state_data_t state,
153 bool WriteStackARM(breakpad_thread_state_data_t state,
155 bool WriteContextARM(breakpad_thread_state_data_t state,
157 uint64_t CurrentPCForStackARM(breakpad_thread_state_data_t state);
160 bool WriteStackARM64(breakpad_thread_state_data_t state,
162 bool WriteContextARM64(breakpad_thread_state_data_t state,
164 uint64_t CurrentPCForStackARM64(breakpad_thread_state_data_t state);
167 bool WriteStackPPC(breakpad_thread_state_data_t state
    [all...]
minidump_generator.cc 365 bool MinidumpGenerator::WriteStack(breakpad_thread_state_data_t state,
393 bool MinidumpGenerator::WriteContext(breakpad_thread_state_data_t state,
422 breakpad_thread_state_data_t state) {
451 bool MinidumpGenerator::WriteStackARM(breakpad_thread_state_data_t state,
460 MinidumpGenerator::CurrentPCForStackARM(breakpad_thread_state_data_t state) {
467 bool MinidumpGenerator::WriteContextARM(breakpad_thread_state_data_t state,
508 bool MinidumpGenerator::WriteStackARM64(breakpad_thread_state_data_t state,
517 MinidumpGenerator::CurrentPCForStackARM64(breakpad_thread_state_data_t state) {
525 MinidumpGenerator::WriteContextARM64(breakpad_thread_state_data_t state,
584 bool MinidumpGenerator::WriteStackPPC(breakpad_thread_state_data_t state
    [all...]
  /external/google-breakpad/src/common/mac/
macho_utilities.h 70 typedef natural_t breakpad_thread_state_data_t[THREAD_STATE_MAX]; typedef

Completed in 783 milliseconds