Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc210 dumper_->CopyFromProcess(stack_copy, GetCrashThread(), stack, stack_len); in CrashingThreadReferencesPrincipalMapping()
277 if (!WriteProcFile(&dirent.location, GetCrashThread(), "status")) in Dump()
287 if (!WriteProcFile(&dirent.location, GetCrashThread(), "cmdline")) in Dump()
292 if (!WriteProcFile(&dirent.location, GetCrashThread(), "environ")) in Dump()
297 if (!WriteProcFile(&dirent.location, GetCrashThread(), "auxv")) in Dump()
302 if (!WriteProcFile(&dirent.location, GetCrashThread(), "maps")) in Dump()
414 if (static_cast<pid_t>(thread.thread_id) == GetCrashThread() && in WriteThreadListStream()
498 if (dumper_->threads()[i] == GetCrashThread()) { in WriteThreadListStream()
522 dumper_->CopyFromProcess(data_copy, GetCrashThread(), iter->ptr, in WriteAppMemory()
712 stream->thread_id = GetCrashThread(); in WriteExceptionStream()
[all …]