Searched refs:PDBSourceLineWriter (Results 1 – 5 of 5) sorted by relevance
53 class PDBSourceLineWriter {61 explicit PDBSourceLineWriter();62 ~PDBSourceLineWriter();220 PDBSourceLineWriter(const PDBSourceLineWriter&);221 void operator=(const PDBSourceLineWriter&);
159 PDBSourceLineWriter::PDBSourceLineWriter() : output_(NULL) { in PDBSourceLineWriter() function in google_breakpad::PDBSourceLineWriter162 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 …]
42 using google_breakpad::PDBSourceLineWriter;49 PDBSourceLineWriter pdb_writer; in wmain()50 if (!pdb_writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) { in wmain()
71 using google_breakpad::PDBSourceLineWriter;120 google_breakpad::PDBSourceLineWriter writer; in DumpSymbolsToTempFile()124 if (!writer.Open(file, PDBSourceLineWriter::EXE_FILE)) { in DumpSymbolsToTempFile()
549 PDBSourceLineWriter writer;566 if (!writer.Open(pdb_file_w, PDBSourceLineWriter::PDB_FILE)) {