Displaying 7 results from an estimated 7 matches for "ipdbsess".
2018 May 16
2
Compile error while building LLDB
...hile 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/CodeView.h:509:
llvm/DebugInfo/CodeView/CodeViewRegisters.d...
2018 Jan 05
0
llvm 5.0.1 requires downstream workaround for diaguids.lib
..._t const *,struct _GUID const
&,struct _GUID const &,void * *)" (?NoRegCoCreate@@YAJPEB_WAEBU_GUID@
@1PEAPEAX at Z) referenced in function "public: static class llvm::Error
__cdecl llvm::pdb::DIASession::createFromExe(class llvm::StringRef,class
std::unique_ptr<class llvm::pdb::IPDBSession,struct
std::default_delete<class llvm::pdb::IPDBSession> > &)"
(?createFromExe at DIASession@pdb at llvm@@SA?AVError at 3@VStringRef at 3
@AEAV?$unique_ptr at VIPDBSession@pdb at llvm@@U?$default_delete at VIPDBSession
@pdb at llvm@@@std@@@std@@@Z)
[C:\projects\zig-d3l86\build-...
2018 May 16
2
Compile error while building LLDB
...?
> >
> >
> >
> > 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/CodeView.h:509:
>...
2018 May 16
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.h:13:
> In file included from llvm/DebugInfo/CodeView/CodeView.h:509:
> llvm/DebugInfo/Cod...
2018 May 26
0
Compile error while building LLDB
...t;> >
>> > 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()`.
...led on the system" error. I want to known is this kind of behavior correct?
-------------------------------------------------------------------------------------------------
Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
std::unique_ptr<IPDBSession> &Session) {
// Create the correct concrete instance type based on the value of Type.
if (Type == PDB_ReaderType::Native)
return NativeSession::createFromExe(Path, Session);
#if LLVM_ENABLE_DIA_SDK
return DIASession::createFromExe(Path, Session);
#else
return make_error<Ge...
2018 Jan 23
0
MachineVerifier and undef
...error. I want to
> known is this kind of behavior correct?
>
> -------------------------------------------------------------------------------------------------
> Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path,
> std::unique_ptr<IPDBSession> &Session) {
> // Create the correct concrete instance type based on the value of Type.
> if (Type == PDB_ReaderType::Native)
> return NativeSession::createFromExe(Path, Session);
>
> #if LLVM_ENABLE_DIA_SDK
> return DIASession::createFromExe(Path, Session);
&g...