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.h87 class PDBSourceLineWriter {
95 explicit PDBSourceLineWriter();
96 ~PDBSourceLineWriter();
251 PDBSourceLineWriter(const PDBSourceLineWriter&);
252 void operator=(const PDBSourceLineWriter&);
Dpdb_source_line_writer.cc126 PDBSourceLineWriter::PDBSourceLineWriter() : output_(NULL) { in PDBSourceLineWriter() function in google_breakpad::PDBSourceLineWriter
129 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 …]
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms.cc40 using google_breakpad::PDBSourceLineWriter;
48 PDBSourceLineWriter writer; in wmain()
49 if (!writer.Open(wstring(argv[1]), PDBSourceLineWriter::ANY_FILE)) { in wmain()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc66 using google_breakpad::PDBSourceLineWriter;
115 google_breakpad::PDBSourceLineWriter writer; in DumpSymbolsToTempFile()
119 if (!writer.Open(file, PDBSourceLineWriter::EXE_FILE)) { in DumpSymbolsToTempFile()
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc490 PDBSourceLineWriter writer; in LocateAndConvertSymbolFile()
507 if (!writer.Open(pdb_file_w, PDBSourceLineWriter::PDB_FILE)) { in LocateAndConvertSymbolFile()