Displaying 7 results from an estimated 7 matches for "pdbtype".
Did you mean:
pdbtypes
2018 May 16
2
Compile error while building LLDB
...lvm/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.def:78:13: error: expected
identifier
CV_REGISTER(CR0, 80)
^
/usr/include/sys/termios.h:184:14: note: expanded from macro 'CR0'
#define CR0 0x00000000...
2018 May 16
2
Compile error while building LLDB
...olFile/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.def:78:13: error: expected
> > identifier
> > CV_REGISTER(CR0, 80)
> > ^
> > /usr/include/sys/termios.h:184:14: note: expanded from...
2018 May 16
0
Compile error while building LLDB
...ource/./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.def:78:13: error: expected
> identifier
> CV_REGISTER(CR0, 80)
> ^
> /usr/include/sys/termios.h:184:14: note: expanded from macro 'CR0'
> #defi...
2018 May 26
0
Compile error while building LLDB
...lFilePDB.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.def:78:13: error: expected
>> > identifier
>> > CV_REGISTER(CR0, 80)
>> > ^
>> > /usr/include/sys/termios.h:184:...
2015 Dec 09
3
Include all the things
...ng two error messages:
In file included from src\main.cpp:1:
In file included from src/../llvm.h:254:
In file included from
\llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13:
In file included from
\llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13:
\llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition
of enumerator 'Unknown'
Unknown,
^
\llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous
definition is here
typedef enum { Unknown, Prologue, Call } ParmContext;
^
In file included from src\main.cpp:1:
In file included fr...
2015 Dec 09
2
Include all the things
....cpp:1:
>> In file included from src/../llvm.h:254:
>> In file included from
>> \llvm\include\llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h:13:
>> In file included from
>> \llvm\include\llvm/DebugInfo/PDB/IPDBEnumChildren.h:13:
>> \llvm\include\llvm/DebugInfo/PDB/PDBTypes.h(444,3) : error: redefinition
>> of enumerator 'Unknown'
>> Unknown,
>> ^
>> \llvm\include\llvm/CodeGen/CallingConvLower.h(189,16) : note: previous
>> definition is here
>> typedef enum { Unknown, Prologue, Call } ParmContext;
>>
> Try ch...
2004 Oct 01
14
wxruby-swig on Windows & possible release
...lly going pretty smoothly, but I
want to build it with vc++ 7.1 to match the one-click ruby installer (which
is also built with vc++ 7.1). But in order to do so I need to make some
changes to rakemswin.rb. The main problem I need to correct is the way debug
symbols are picked up (the linker option /PDBTYPE no longer exists in vc++
7). There might be more but I don''t know yet.
Anyway, is there any objection to my modifying and checking in rakemswin.rb
for vc++ 7.1.? Or, should I leave it as is and create a new one (like
rakemswin7.rb)?
Curt