|
ba75dfa95f
|
Fix eh_elf path error
The function `readlink` does not null-terminate its strings…
|
2018-05-09 15:32:34 +02:00 |
|
|
afe2d0b7c7
|
stack_walker: adapt to switch generation policies
|
2018-05-02 15:08:37 +02:00 |
|
|
4595bb48fb
|
StackWalker: multiple fixes
Includes adding a few failsafe guards, translating the instruction
pointer before handing it to the eh_elf.so, a few cosmetic changes, ...
|
2018-04-27 17:31:53 +02:00 |
|
|
f7151c6621
|
Implement missing stack_walker.cpp functions
|
2018-04-27 11:06:06 +02:00 |
|
|
69e6c10c36
|
Add fde_handler_for_pc (untested)
This is an abstraction function to get the _fde_yyy function out of the
eh_elf for a given PC
|
2018-04-26 19:48:00 +02:00 |
|
|
f587eadbcc
|
Add a tentative stack walker using eh_elfs
This is only a beginning: this does so far load the appropriate
eh_elf.so files and read a context. Unwinding is still absent.
|
2018-04-26 19:16:01 +02:00 |
|