-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Fixing gdbinit file generation for windows (IDFGH-11562) #12683
Conversation
Hi @MiguelBarro, thank you for the fix. To ensure that all fixes are propagated to new releases, we only accept PRs to Could you please rebase your changes to |
I will rebase but please notice it has been only tested for v5.1.1 |
Signed-off-by: GuyBrush <[email protected]>
7162825
to
8b52edf
Compare
👋 Welcome MiguelBarro, thank you for your first contribution to 📘 Please check Contributions Guide for the contribution checklist, information regarding code and documentation style, testing and other topics. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for espressif/esp-idf project. Pull request review and merge process you can expectEspressif develops the ESP-IDF project in an internal repository (Gitlab). We do welcome contributions in the form of bug reports, feature requests and pull requests via this public GitHub repository.
|
Merges #12683 Signed-off-by: Alexey Lapshin <[email protected]>
Merges espressif#12683 Signed-off-by: Alexey Lapshin <[email protected]>
In order to backport to |
Merges #12683 Signed-off-by: Alexey Lapshin <[email protected]>
Merges #12683 Signed-off-by: Alexey Lapshin <[email protected]>
Merges #12683 Signed-off-by: Alexey Lapshin <[email protected]>
Running gdb on windows fails using the following steps:
gdb fails with the following message:
By reviewing the framework generated files two issues were identified:
which generates an array of strings
r
which joins using:this is wrong it should use:
Then the original:
will turn into: