Home | History | Annotate | Download | only in processor

Lines Matching refs:exception_

2891       exception_(),
2908 if (expected_size != sizeof(exception_)) {
2910 " != " << sizeof(exception_);
2914 if (!minidump_->ReadBytes(&exception_, sizeof(exception_))) {
2920 Swap(&exception_.thread_id);
2921 // exception_.__align is for alignment only and does not need to be
2923 Swap(&exception_.exception_record.exception_code);
2924 Swap(&exception_.exception_record.exception_flags);
2925 Swap(&exception_.exception_record.exception_record);
2926 Swap(&exception_.exception_record.exception_address);
2927 Swap(&exception_.exception_record.number_parameters);
2928 // exception_.exception_record.__align is for alignment only and does not
2933 Swap(&exception_.exception_record.exception_information[parameter_index]);
2935 Swap(&exception_.thread_context);
2954 *thread_id = exception_.thread_id;
2966 if (!minidump_->SeekSet(exception_.thread_context.rva)) {
2975 if (!context->Read(exception_.thread_context.data_size)) {
2995 exception_.thread_id);
2997 exception_.exception_record.exception_code);
2999 exception_.exception_record.exception_flags);
3001 exception_.exception_record.exception_record);
3003 exception_.exception_record.exception_address);
3005 exception_.exception_record.number_parameters);
3007 parameterIndex < exception_.exception_record.number_parameters;
3011 exception_.exception_record.exception_information[parameterIndex]);
3014 exception_.thread_context.data_size);
3016 exception_.thread_context.rva);