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

arch/x86_64:Add FP backtrace function #13551

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

xianglyc
Copy link
Contributor

@xianglyc xianglyc commented Sep 20, 2024

Summary

Add FP backtrace function

Impact

Testing

The code for an exception was written, and after execution, it can print the correct backtrace.

@github-actions github-actions bot added the Size: M The size of the change in this PR is medium label Sep 20, 2024
@nuttxpr
Copy link

nuttxpr commented Sep 20, 2024

[Experimental Bot, please feedback here]

I need the content of your Pull Request to assess if it meets the NuttX requirements. Please provide the following:

  • The actual changes you made in your code. This is the most important part! I need to see what you've done to understand its impact.
  • The description of your PR. This should summarize your changes and their purpose.

Once I have this information, I can analyze it against the NuttX PR requirements and give you a clear answer.

arch/x86_64/Kconfig Outdated Show resolved Hide resolved
arch/x86_64/Kconfig Outdated Show resolved Hide resolved
arch/x86_64/Kconfig Outdated Show resolved Hide resolved
arch/x86_64/Kconfig Outdated Show resolved Hide resolved
@github-actions github-actions bot added the Arch: x86_64 Issues related to the x86_64 architecture label Sep 23, 2024
@raiden00pl
Copy link
Contributor

@xianglyc please sqush into a single commit

arch/x86_64/Kconfig Outdated Show resolved Hide resolved
@xiaoxiang781216 xiaoxiang781216 merged commit a5bc9a9 into apache:master Sep 23, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: x86_64 Issues related to the x86_64 architecture Size: M The size of the change in this PR is medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants