Home
last modified time | relevance | path

Searched refs:rawthread (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc557 const MDRawThread* rawthread = in ParseThreadList() local
559 thread.tid = rawthread->thread_id; in ParseThreadList()
560 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()
562 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()
564 thread.stack_length = rawthread->stack.memory.data_size; in ParseThreadList()
567 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()