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

Fix thread names on armv7 #388

Merged
merged 2 commits into from
May 6, 2021
Merged

Fix thread names on armv7 #388

merged 2 commits into from
May 6, 2021

Conversation

benfred
Copy link
Owner

@benfred benfred commented May 6, 2021

Fix thread_names on armv7 - by fixing how we were copying long integers on 32 bit systems.
The threadids were overflowing the copy_long code, leading to incorrect results in thread names
(and in copying local variables in the dump command).

Fix thread_names on armv7 - by fixing how we were copying long integers on 32 bit systems.
The threadids were overflowing the copy_long code, leading to incorrect results in thread names
(and in copying local variables in the dump command).
@benfred benfred changed the title Fix threadv names on armv7 Fix thread names on armv7 May 6, 2021
@benfred benfred merged commit 5a8f98c into master May 6, 2021
@benfred benfred deleted the arm_fixes branch May 6, 2021 14:29
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.

1 participant