Re: [lldb-dev] LLDB support for symbol files (PDB vs DWARF implementation)

2017-11-28 Thread Zachary Turner via lldb-dev
On Tue, Nov 28, 2017 at 6:49 AM Daniel Olivier via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi. > > My goal is to process symbol files (i.e. PE-COFF/PDB, ELF/DWARF), and so I > sought to examine how this is done in lldb. However, without first studying > the code for an unreasonable amount of

Re: [lldb-dev] LLDB support for symbol files (PDB vs DWARF implementation)

2017-11-28 Thread Greg Clayton via lldb-dev
> On Nov 28, 2017, at 6:49 AM, Daniel Olivier via lldb-dev > wrote: > > Hi. > > My goal is to process symbol files (i.e. PE-COFF/PDB, ELF/DWARF), and so I > sought to examine how this is done in lldb. However, without first studying > the code for an unreasonable amount of time, I just want

[lldb-dev] LLDB support for symbol files (PDB vs DWARF implementation)

2017-11-28 Thread Daniel Olivier via lldb-dev
Hi. My goal is to process symbol files (i.e. PE-COFF/PDB, ELF/DWARF), and so I sought to examine how this is done in lldb. However, without first studying the code for an unreasonable amount of time, I just want to ask this simple question. Consider the header files that pertain to symbol file