Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h53 class PDBSourceLineWriter {
61 explicit PDBSourceLineWriter();
62 ~PDBSourceLineWriter();
220 PDBSourceLineWriter(const PDBSourceLineWriter&);
221 void operator=(const PDBSourceLineWriter&);
Dpdb_source_line_writer.cc159 PDBSourceLineWriter::PDBSourceLineWriter() : output_(NULL) { in PDBSourceLineWriter() function in google_breakpad::PDBSourceLineWriter
162 PDBSourceLineWriter::~PDBSourceLineWriter() { in ~PDBSourceLineWriter()
166 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile()
176 bool PDBSourceLineWriter::Open(const wstring &file, FileFormat format) { in Open()
231 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines()
275 bool PDBSourceLineWriter::PrintFunction(IDiaSymbol *function, in PrintFunction()
329 bool PDBSourceLineWriter::PrintSourceFiles() { in PrintSourceFiles()
379 bool PDBSourceLineWriter::PrintFunctions() { in PrintFunctions()
508 bool PDBSourceLineWriter::PrintFrameDataUsingPDB() { in PrintFrameDataUsingPDB()
663 bool PDBSourceLineWriter::PrintFrameDataUsingEXE() { in PrintFrameDataUsingEXE()
[all …]
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms.cc42 using google_breakpad::PDBSourceLineWriter;
49 PDBSourceLineWriter pdb_writer; in wmain()
50 if (!pdb_writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) { in wmain()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc71 using google_breakpad::PDBSourceLineWriter;
120 google_breakpad::PDBSourceLineWriter writer; in DumpSymbolsToTempFile()
124 if (!writer.Open(file, PDBSourceLineWriter::EXE_FILE)) { in DumpSymbolsToTempFile()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc549 PDBSourceLineWriter writer;
566 if (!writer.Open(pdb_file_w, PDBSourceLineWriter::PDB_FILE)) {