search for: getglobalstable

Displaying 4 results from an estimated 4 matches for "getglobalstable".

2018 Jun 20
0
Getting DFSR working after Samba was demoted (using dfsrmig)
Hi, I have a Samba server with an NT4 domain and want to end up with a Windows Server 2016-only Active Directory. As you've told me here before, I need a WS 2008 R2 as an intermediary. So right now I'm trying to get a healthy domain at the 2008 R2 domain level first. So don't worry about the WS 2016 for now. Most of it already works: I can do a classicmigrate to AD, then join the
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...GSIStreamBuilder &builder = this->getGsiBuilder(); >>>> GlobalsStream &stream = *File.getPDBGlobalsStream(); >>>> SymbolStream &SymbolRecords = cantFail(File.getPDBSymbolStream()); >>>> >>>> for (uint32_t PubSymOff : stream.getGlobalsTable()) { >>>> CVSymbol Sym = SymbolRecords.readRecord(PubSymOff); >>>> builder.addGlobalSymbol(Sym); >>>> } >>>> } >>>> if (File.hasPDBPublicsStream() && File.getPDBPublicsStream()) { >>>> GSIStreamB...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...this->getGsiBuilder(); >>>>>> GlobalsStream &stream = *File.getPDBGlobalsStream(); >>>>>> SymbolStream &SymbolRecords = cantFail(File.getPDBSymbolStream()); >>>>>> >>>>>> for (uint32_t PubSymOff : stream.getGlobalsTable()) { >>>>>> CVSymbol Sym = SymbolRecords.readRecord(PubSymOff); >>>>>> builder.addGlobalSymbol(Sym); >>>>>> } >>>>>> } >>>>>> if (File.hasPDBPublicsStream() && File.getPDBPublicsStr...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose COFF but it embeds dwarf and not codeview in the end.. there probably is a way to do it or at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in