Commit graph

3 commits

Author SHA1 Message Date
Théophile Bastian f7151c6621 Implement missing stack_walker.cpp functions 2018-04-27 11:06:06 +02:00
Théophile Bastian 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
Théophile Bastian 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