search for: elitiawan

Displaying 2 results from an estimated 2 matches for "elitiawan".

2019 May 15
2
Require support to use LLVM's PDB classes and pdbutil
Hello, I'm trying to parse debug information out of PDB files that's created by visual studio, and also maybe producing stacktrace on linux. Does anyone has leads to how I can do that with LLVM's pdbutil? Or point me to a documentation about that? Thanks. Experian -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 May 15
1
Require support to use LLVM's PDB classes and pdbutil
...plement stack unwinding > with unwind data from PDBs. > > I don't think we have any existing documentation or references for coding > against the LLVM native PDB reading APIs, but you can look at the code in > LLDB to get an idea for how it can be done. > > *From: *Experian Elitiawan via llvm-dev <llvm-dev at lists.llvm.org> > *Date: *Tue, May 14, 2019 at 6:55 PM > *To: * <llvm-dev at lists.llvm.org> > > Hello, >> I'm trying to parse debug information out of PDB files that's created by >> visual studio, and also maybe producing stackt...