Displaying 4 results from an estimated 4 matches for "getglobalst".
Did you mean:
getglobals
2018 Jun 20
0
Getting DFSR working after Samba was demoted (using dfsrmig)
...e LDAP database (as described in
https://support.microsoft.com/en-us/help/312862/recovering-missing-frs-objects-and-frs-attributes-in-active-directory).
I checked and it does replicate to another WS DC.
What isn't working is using dfsrmig to get the WS to use DFSR.
Whenever I try that dfsrmig /GetGlobalState tells me that the status
is "Eliminated" even though I haven't even started it and dfsrmig
/GetMigrationState tells me that the WS has the status "Starting". I
also tried raising the domain level only after Samba was already
demoted. But as soon as I did that, again dfsrm...
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()) {
>>>> GSIStr...
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.getPDBPublic...
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