On Tue, 9 May 2017 10:50:04 +0200
Vegard Nossum wrote:
> When using trace_dump_stack() you currently just get a list of function
> names.
>
> It can be very useful to know exactly where a call came from, especially
> if there are multiple calls from one function to another.
>
> By switching tr
When using trace_dump_stack() you currently just get a list of function
names.
It can be very useful to know exactly where a call came from, especially
if there are multiple calls from one function to another.
By switching trace_dump_stack() to use %pF we get the function name and
the offset, whi
2 matches
Mail list logo