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

v1.8.0 is very slow stepping through code #1394

Closed
6 tasks done
AJ528 opened this issue May 11, 2024 · 1 comment · Fixed by #1387
Closed
6 tasks done

v1.8.0 is very slow stepping through code #1394

AJ528 opened this issue May 11, 2024 · 1 comment · Fixed by #1387

Comments

@AJ528
Copy link

AJ528 commented May 11, 2024

  • I made serious effort to avoid creating duplicate or nearly similar issue
  • Programmer/board type: STLINK V3
  • Operating system and version: Linux Mint 21.3
  • stlink tools version and/or git commit hash: v1.8.0
  • stlink commandline tool name: st-util
  • Target chip (and board, if applicable): STM32WL55 (NUCLEO-WL55JC1)

I previously reported bug#1391, which was closed because the issue appeared to come from package-manager version of stlink. After doing more research, I can now give a better bug report.

I installed release version 1.8.0 using the .deb package on the github release page. It installs correctly, but the st-util program takes 7-10 seconds for each step you do in gdb-multiarch. However, this problem is solved if you use the latest version of the code on the testing branch. It appears that commit feb7eb1 solves the problem.

I don't know if anyone else ran into this problem. It looks like the fix will come out in v1.9.0, but if anyone else runs into this I would suggest either manually adding the line of code in gdb-server.c or just compile the latest source code and run off that until v1.9.0.

Note: I would have added this as a follow-up to the previous issue, but since that has been closed I cannot comment on it

@Nightwalker-87
Copy link
Member

Closed by #1387.

@stlink-org stlink-org locked as resolved and limited conversation to collaborators May 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants