Re: [PATCH 5/5] libdwfl: add interface for evaluating DWARF expressions in a frame

2019-10-31 Thread Mark Wielaard
On Wed, 2019-10-30 at 16:59 -0700, Omar Sandoval wrote: > On Wed, Oct 30, 2019 at 02:23:06PM +0100, Mark Wielaard wrote: > > Having some examples/testcases would also show how/where to get the > > DWARF expressions to use with this new function. > > Sounds good, I'll put some examples/test cases t

Re: [PATCH 5/5] libdwfl: add interface for evaluating DWARF expressions in a frame

2019-10-30 Thread Omar Sandoval
On Wed, Oct 30, 2019 at 02:23:06PM +0100, Mark Wielaard wrote: > Hi Omar, > > On Mon, 2019-10-07 at 02:05 -0700, Omar Sandoval wrote: > > libdwfl can evaluate DWARF expressions in order to unwind the stack, > > but this functionality isn't exposed to clients of the library. Now that > > the pieces

Re: [PATCH 5/5] libdwfl: add interface for evaluating DWARF expressions in a frame

2019-10-30 Thread Mark Wielaard
Hi Omar, On Mon, 2019-10-07 at 02:05 -0700, Omar Sandoval wrote: > libdwfl can evaluate DWARF expressions in order to unwind the stack, > but this functionality isn't exposed to clients of the library. Now that > the pieces are in place, add dwfl_frame_eval_expr to provide this feature. I think t

[PATCH 5/5] libdwfl: add interface for evaluating DWARF expressions in a frame

2019-10-07 Thread Omar Sandoval
From: Omar Sandoval libdwfl can evaluate DWARF expressions in order to unwind the stack, but this functionality isn't exposed to clients of the library. Now that the pieces are in place, add dwfl_frame_eval_expr to provide this feature. Signed-off-by: Omar Sandoval --- libdw/ChangeLog|