Displaying 1 result from an estimated 1 matches for "78cdbe55".
2020 Jan 29
2
DWARF debug line error handling changes
On 28/01/2020 20:37, David Blaikie via llvm-dev wrote:
> and one idea I had was to have the DWARFDataExtractor return a new
> DWARFDataExtractor that was specifically bounded to the parsed length
> for this reason.
I think this would be great. In fact, I was getting ready to propose
something like that myself. :)
FWIW, lldb DataExtractors already support this kind of slicing.
pl