Hi -

> My particular use case is for bpf-based linux kernel
> tracing. When tracing a kernel function, the user would like
> to know the actual signature. This is critical. [...]

More precisely, the tracer tool needs to know which formal parameters
of a function actually survived past optimization, and where to find
the values at run time.  The answer to both questions is to parse the
location lists.

- FChE

-- 
Dwarf-discuss mailing list
[email protected]
https://lists.dwarfstd.org/mailman/listinfo/dwarf-discuss

Reply via email to