search for: symbolfilepdb

Displaying 6 results from an estimated 6 matches for "symbolfilepdb".

2018 May 16
2
Compile error while building LLDB
...6.0, and lld-6.0 from source), but received a compile error while using both just cmake and cmake+ninja Does this look familiar to anyone? In file included from llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: In file included from llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: In file included from llvm/DebugInfo/CodeView/Cod...
2018 Jan 23
1
[PDB] Error "DIA is not installed on the system" occured in `llvm::pdb::loadDataForExe()`.
...ions about reading PDB file. For `llvm::pdb::loadDataFromEXE(PDB_ReaderType Type, ...)`, there are two places calling this method, `LLVMSymbolizer::getOrCreateModuleInfo(PDB_ReaderType::DIA, ...)`, see https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/Symbolize/Symbolize.cpp#L403, and `SymbolFilePDB::CalculateAbilities(PDB_ReaderType::DIA, ...)`, see https://github.com/llvm-mirror/lldb/blob/master/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp#L110. 1) We can see that the arguments of the two calls are both `PDB_ReaderType::DIA`, that means the first IfStmt in `llvm::pdb::loadDataFromEXE(PD...
2018 May 16
2
Compile error while building LLDB
...e and cmake+ninja > > > > Does this look familiar to anyone? > > > > > > > > In file included from > > llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: > > In file included from > > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: > > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: > > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: > > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: > > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > >...
2018 May 16
0
Compile error while building LLDB
...ed a compile error while using both just cmake and cmake+ninja > > Does this look familiar to anyone? > > > > In file included from > llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: > In file included from > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: > In file included from llvm/DebugInfo/PDB/PDBTypes.h:13: > In file included from ll...
2018 May 26
0
Compile error while building LLDB
...> > Does this look familiar to anyone? >> > >> > >> > >> > In file included from >> > llvm/lldb-6.0.0.src/source/API/SystemInitializerFull.cpp:89: >> > In file included from >> > llvm/lldb-6.0.0.src/source/./Plugins/SymbolFile/PDB/SymbolFilePDB.h:17: >> > In file included from llvm/DebugInfo/PDB/IPDBSession.h:13: >> > In file included from llvm/DebugInfo/PDB/PDBSymbol.h:13: >> > In file included from llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:14: >> > In file included from llvm/DebugInfo/PDB/PDBTypes...
2018 Jan 23
0
MachineVerifier and undef
...> > For `llvm::pdb::loadDataFromEXE(PDB_ReaderType Type, ...)`, there are two > places calling this method, > `LLVMSymbolizer::getOrCreateModuleInfo(PDB_ReaderType::DIA, ...)`, see > https://github.com/llvm-mirror/llvm/blob/master/lib/DebugInfo/Symbolize/Symbolize.cpp#L403, > and `SymbolFilePDB::CalculateAbilities(PDB_ReaderType::DIA, ...)`, see > https://github.com/llvm-mirror/lldb/blob/master/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp#L110. > > 1) We can see that the arguments of the two calls are both > `PDB_ReaderType::DIA`, that means the first IfStmt > in `llvm:...