On Tue, Jan 22, 2019 at 10:16:26AM +, Luke Diamand wrote:
> Use the dwfl_set_sysroot() function to set the sysroot to be
> used when analysing a core:
>
> e.g.
>$ eu-stack --core core --sysroot /path/to/sysroot -e crashing_prog
>
> Signed-off-by: Luke Diamand
This looks perfect (but is
Use the dwfl_set_sysroot() function to set the sysroot to be
used when analysing a core:
e.g.
$ eu-stack --core core --sysroot /path/to/sysroot -e crashing_prog
Signed-off-by: Luke Diamand
---
src/stack.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/src/stack.c b/src/stack.c