Searched refs:thread_context (Results 1 – 9 of 9) sorted by relevance
250 lwp->thread_context = context.location(); in WriteCrashedLwpStream()264 lwp->thread_context = context.location(); in WriteCrashedLwpStream()291 lwp->thread_context = context.location(); in WriteLwpStream()306 lwp->thread_context = context.location(); in WriteLwpStream()605 exception.get()->thread_context = context.location(); in WriteExceptionStream()620 exception.get()->thread_context = context.location(); in WriteExceptionStream()
87 thread_context.data_size = 0x2cc88 thread_context.rva = 0xd94138 thread_context.data_size = 0x2cc139 thread_context.rva = 0x1060634 thread_context.data_size = 716635 thread_context.rva = 0xac8
365 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member545 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ member
152 if (!WriteCrashingContext(&exception_ptr->thread_context))200 if (!WriteCrashingContext(&thread->thread_context))
1406 Swap(&thread_.thread_context); in Read()1454 if (!minidump_->SeekSet(thread_.thread_context.rva)) { in GetContext()1461 if (!context->Read(thread_.thread_context.data_size)) { in GetContext()1507 thread_.thread_context.data_size); in Print()1509 thread_.thread_context.rva); in Print()2935 Swap(&exception_.thread_context); in Read()2966 if (!minidump_->SeekSet(exception_.thread_context.rva)) { in GetContext()2975 if (!context->Read(exception_.thread_context.data_size)) { in GetContext()3014 exception_.thread_context.data_size); in Print()3016 exception_.thread_context.rva); in Print()
388 thread.thread_context = cpu.location(); in WriteThreadListStream()410 thread.thread_context = cpu.location(); in WriteThreadListStream()627 exc.get()->thread_context = crashing_thread_context_; in WriteExceptionStream()
957 if (!WriteContext(state, &thread->thread_context)) in WriteThreadStream()1139 if (!WriteContext(state, &exception_ptr->thread_context)) in WriteExceptionStream()
563 self.minidump, self.exception.thread_context.rva)566 self.minidump, self.exception.thread_context.rva)569 self.minidump, self.exception.thread_context.rva)
417 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()