Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc780 wasteful_vector<char> dso_debug_data(dumper_->allocator(), dynamic_length); in WriteDSODebugStream() local
783 dso_debug_data.resize(dynamic_length); in WriteDSODebugStream()
784 dumper_->CopyFromProcess(&dso_debug_data[0], GetCrashThread(), dynamic, in WriteDSODebugStream()
786 debug.CopyIndexAfterObject(0, &dso_debug_data[0], dynamic_length); in WriteDSODebugStream()