Searched defs:context_ppc (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Ddump_context.cc340 const MDRawContextPPC* context_ppc = GetContextPPC(); local
343 context_ppc->context_flags);
344 printf(" srr0 = 0x%x\n", context_ppc->srr0);
345 printf(" srr1 = 0x%x\n", context_ppc->srr1);
350 gpr_index, context_ppc->gpr[gpr_index]);
352 printf(" cr = 0x%x\n", context_ppc->cr);
353 printf(" xer = 0x%x\n", context_ppc->xer);
354 printf(" lr = 0x%x\n", context_ppc->lr);
355 printf(" ctr = 0x%x\n", context_ppc->ctr);
356 printf(" mq = 0x%x\n", context_ppc
[all...]

Completed in 78 milliseconds