System: implement libunwind library for RISC-V backtracing

Closes https://github.com/espressif/esp-idf/issues/7866

A minimal x86 implementation has also been added, it is used to perform a host test.
This commit is contained in:
Omar Chebib
2022-05-16 18:27:45 +08:00
parent 1438d9a02c
commit eeaa40f71d
10 changed files with 760 additions and 187 deletions
@@ -24,4 +24,5 @@ void esp_eh_frame_print_backtrace(const void *frame_or);
}
#endif
#endif
#endif // EH_FRAME_PARSER_H