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

[Feature]: Multi processor support #28

Open
cfernald opened this issue May 14, 2024 · 0 comments
Open

[Feature]: Multi processor support #28

cfernald opened this issue May 14, 2024 · 0 comments
Labels
state:backlog In the backlog type:feature-request A new feature proposal urgency:low Little to no impact

Comments

@cfernald
Copy link
Contributor

Feature Overview

Currently, the debugger only tracks a single thread for the BSP. The behavior of other cores hitting breakpoints or exceptions is not strictly defined and is likely silicon dependent for how their context gets initialized.

Solution Overview

The debugger should be made aware of multiple cores and should ensure that all cores get proper exceptions handlers installed.

Alternatives Considered

No response

Urgency

Low

Are you going to implement the feature request?

I will implement the feature

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

@cfernald cfernald added type:feature-request A new feature proposal state:needs-triage Needs to triaged to determine next steps labels May 14, 2024
@github-actions github-actions bot added the urgency:low Little to no impact label May 14, 2024
@cfernald cfernald removed state:needs-triage Needs to triaged to determine next steps urgency:low Little to no impact labels May 14, 2024
@github-actions github-actions bot added the urgency:low Little to no impact label May 14, 2024
@cfernald cfernald added the state:backlog In the backlog label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:backlog In the backlog type:feature-request A new feature proposal urgency:low Little to no impact
Projects
None yet
Development

No branches or pull requests

1 participant