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.cc409 const MDRawThread* rawthread = in ParseThreadList() local
411 thread.tid = rawthread->thread_id; in ParseThreadList()
412 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()
414 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()
416 thread.stack_length = rawthread->stack.memory.data_size; in ParseThreadList()
419 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()