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.cc219 if (!WriteProcFile(&dirent.location, GetCrashThread(), "status")) in Dump()
229 if (!WriteProcFile(&dirent.location, GetCrashThread(), "cmdline")) in Dump()
234 if (!WriteProcFile(&dirent.location, GetCrashThread(), "environ")) in Dump()
239 if (!WriteProcFile(&dirent.location, GetCrashThread(), "auxv")) in Dump()
244 if (!WriteProcFile(&dirent.location, GetCrashThread(), "maps")) in Dump()
326 if (static_cast<pid_t>(thread.thread_id) == GetCrashThread() && in WriteThreadListStream()
411 if (dumper_->threads()[i] == GetCrashThread()) { in WriteThreadListStream()
435 dumper_->CopyFromProcess(data_copy, GetCrashThread(), iter->ptr, in WriteAppMemory()
624 exc.get()->thread_id = GetCrashThread(); in WriteExceptionStream()
661 if (!dumper_->CopyFromProcess(&ph, GetCrashThread(), phdr, sizeof(ph))) in WriteDSODebugStream()
[all …]