2 changes: 1 addition & 1 deletion 2 src/common/windows/pdb_source_line_writer.cc Original file line numberDiff line numberDiff line change @@ -1050,7 +1050,7 @@ bool PDBSourceLineWriter::PrintFrameDataUsingEXE() { bool PDBSourceLineWriter::PrintFrameData() { PDBModuleInfo info; if ...
dump_syms now supports dumping DWARF debug information in Windows PE files Changed Use the last version of symbolic (11) and various other crates Fixed Avoid underflows when infering the length of the last line in a function Do not emit INLINE_ORIGIN directives where the name is made entir...
// not Windows -> all other cases (Unix/Linux), except Mac (which has its own implementation in DumpSyms_mac.mm) #elif !defined(__APPLE__) #include <string> #include <cstdio> #include "common/linux/dump_symbols.h" using namespace google_breakpad; bool DumpSyms(const std::string& ...