Searched refs:PDBSourceLineWriter (Results 1 – 5 of 5) sorted by relevance
87 class PDBSourceLineWriter {95 explicit PDBSourceLineWriter();96 ~PDBSourceLineWriter();251 PDBSourceLineWriter(const PDBSourceLineWriter&);252 void operator=(const PDBSourceLineWriter&);
126 PDBSourceLineWriter::PDBSourceLineWriter() : output_(NULL) { in PDBSourceLineWriter() function in google_breakpad::PDBSourceLineWriter129 PDBSourceLineWriter::~PDBSourceLineWriter() { in ~PDBSourceLineWriter()132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile()142 bool PDBSourceLineWriter::Open(const wstring &file, FileFormat format) { in Open()200 bool PDBSourceLineWriter::PrintLines(IDiaEnumLineNumbers *lines) { in PrintLines()244 bool PDBSourceLineWriter::PrintFunction(IDiaSymbol *function, in PrintFunction()296 bool PDBSourceLineWriter::PrintSourceFiles() { in PrintSourceFiles()346 bool PDBSourceLineWriter::PrintFunctions() { in PrintFunctions()501 bool PDBSourceLineWriter::PrintFrameDataUsingPDB() { in PrintFrameDataUsingPDB()656 bool PDBSourceLineWriter::PrintFrameDataUsingEXE() { in PrintFrameDataUsingEXE()[all …]
40 using google_breakpad::PDBSourceLineWriter;48 PDBSourceLineWriter writer; in wmain()49 if (!writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) { in wmain()
66 using google_breakpad::PDBSourceLineWriter;115 google_breakpad::PDBSourceLineWriter writer; in DumpSymbolsToTempFile()119 if (!writer.Open(file, PDBSourceLineWriter::EXE_FILE)) { in DumpSymbolsToTempFile()
490 PDBSourceLineWriter writer; in LocateAndConvertSymbolFile()507 if (!writer.Open(pdb_file_w, PDBSourceLineWriter::PDB_FILE)) { in LocateAndConvertSymbolFile()