Re: [PATCH] libdw: Update dwarf_cu_dwp_section_info documentation

2024-02-22 Thread Mark Wielaard
Hi Omar, On Thu, Feb 22, 2024 at 09:54:29AM -0800, Omar Sandoval wrote: > On Fri, Feb 16, 2024 at 02:34:18PM +0100, Mark Wielaard wrote: > > Update the documentation of dwarf_cu_dwp_section_info to make clear > > that the function only returns an error if the DWARF package file data > > couldn't b

Re: [PATCH] libdw: Update dwarf_cu_dwp_section_info documentation

2024-02-22 Thread Omar Sandoval
On Fri, Feb 16, 2024 at 02:34:18PM +0100, Mark Wielaard wrote: > Update the documentation of dwarf_cu_dwp_section_info to make clear > that the function only returns an error if the DWARF package file data > couldn't be read or an unknown section constant is provided. Missing > DWP information for

[PATCH] libdw: Update dwarf_cu_dwp_section_info documentation

2024-02-16 Thread Mark Wielaard
Update the documentation of dwarf_cu_dwp_section_info to make clear that the function only returns an error if the DWARF package file data couldn't be read or an unknown section constant is provided. Missing DWP information for a given CU isn't an error and will set both OFFSET and SIZE to zero.