Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm/chip: add backtrace support for all chips that support thumb instruction set. #5918

Merged
merged 1 commit into from
Apr 2, 2022

Conversation

CV-Bowen
Copy link
Contributor

@CV-Bowen CV-Bowen commented Mar 31, 2022

Summary

add backtrace support for all chips that support thumb instruction set.

Impact

Testing

nucleo-144 f746zg board, pass ci

@CV-Bowen CV-Bowen changed the title stm32f7: stm32f7 support backtrace. arm/chip: add backtrace support for all chips that support thumb instruction set. Apr 1, 2022
…ruction set.

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit bcb2530 into apache:master Apr 2, 2022
@pkarashchenko
Copy link
Contributor

Seems that Cortex-A8 arch is missing. Maybe some other that support thumb. Need to re-check

@xiaoxiang781216
Copy link
Contributor

xiaoxiang781216 commented Apr 3, 2022

Cortex-A8 could be compiled with either arm or thumb, so we need select the different backtrace algo.

@pkarashchenko
Copy link
Contributor

Ok. I see. So the current implementation handles only the thumb variant and does not support arm or arm-thumb interworking.

@xiaoxiang781216
Copy link
Contributor

Yes.

@CV-Bowen CV-Bowen deleted the stm32f7-test branch November 21, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants