Displaying 4 results from an estimated 4 matches for "yaml2pdb".
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
...lfhost>bin\llvm-pdbdump --help
OVERVIEW: LLVM PDB Dumper
USAGE: llvm-pdbdump.exe [subcommand] [options]
SUBCOMMANDS:
pdb2yaml - Generate a detailed YAML description of a PDB File
pretty - Dump semantic information about types and symbols
raw - Dump raw structure of the PDB file
yaml2pdb - Generate a PDB file from a YAML description
Type "llvm-pdbdump.exe <subcommand> -help" to get more help on a specific
subcommand
OPTIONS:
Generic Options:
-help - Display available options (-help-hidden for more)
-help-list - Display list of available options (-help...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...; The LLVM documentation is not complete about these two Publics and
>>>>>>> Globals stream so I'm a bit lost on how to handle them or find what is
>>>>>>> "corrupted" according to CVDump.
>>>>>>> I took example on LLD and yaml2pdb to help me to do some tough
>>>>>>> conversions but I noticed that in yaml2pdb there is no GsiStream exported
>>>>>>> (no GsiBuidler use and no reference to Publics or Globals anywhere), is it
>>>>>>> wanted/correct ?
>>>>&g...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...is not complete about these two Publics and
>>>>>>>>> Globals stream so I'm a bit lost on how to handle them or find what is
>>>>>>>>> "corrupted" according to CVDump.
>>>>>>>>> I took example on LLD and yaml2pdb to help me to do some tough
>>>>>>>>> conversions but I noticed that in yaml2pdb there is no GsiStream exported
>>>>>>>>> (no GsiBuidler use and no reference to Publics or Globals anywhere), is it
>>>>>>>>> wanted/corr...
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