[llvm-dev] DWARF debug line error handling changes
Pavel Labath via llvm-dev
llvm-dev at lists.llvm.org
Wed Jan 29 02:28:32 PST 2020
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
More information about the llvm-dev
mailing list