Displaying 2 results from an estimated 2 matches for "dw_sect_loc".
2015 Nov 04
2
Implementing a DWP tool in LLVM
...ntents,
right? Or is the dwo/dwp information optionally used in some way?
> I didn't fully understand the part about walking DIEs to patch references
> from .debug_info.dwo to .debug_loc.dwo: shouldn't their values stay the
> same, as they will be treated relative to the value of DW_SECT_LOC offset?
>
Ah, right you are - hadn't spotted that bit. I guess this'll all become
more clear to me as I implement dumping support for the indexes and can
start to look at some examples of the behavior of the existing dwp tool.
(thanks muchly for the pointer there)
- Dave
>
> On...
2015 Nov 03
4
Implementing a DWP tool in LLVM
Much like the recent efforts to provide a port of dsymutil in the LLVM
project, I'm looking at providing an implementation of the Fission/Split
DWARF DWP tool ( https://gcc.gnu.org/wiki/DebugFissionDWP ) in LLVM.
While there's potentially some overlap between the two tools, I'm thinking
of keeping them separate at least initially since much of the debug info
doesn't need to be