Home | History | Annotate | Download | only in handler

Lines Matching refs:CONTEXT

50 // This is passed as the context to the MinidumpWriteDump callback.
209 // context outside of an exception.
564 // Make up an exception record for the current thread and CPU context
569 CONTEXT exception_context = {};
644 // Make up an exception record for the current thread and CPU context
649 CONTEXT exception_context = {};
736 // Make up an exception record for the current thread and CPU context
741 CONTEXT exception_context = {};
780 CONTEXT ctx;
868 PVOID context,
874 reinterpret_cast<MinidumpCallbackContext*>(context);
1002 MinidumpCallbackContext context;
1003 context.iter = app_memory_info_.begin();
1004 context.end = app_memory_info_.end();
1007 if (context.iter->ptr == 0) {
1008 context.iter++;
1013 callback.CallbackParam = reinterpret_cast<void*>(&context);