Skip to content

Fix paths handling for gdb #597

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

Merged
merged 4 commits into from
Feb 26, 2020
Merged

Fix paths handling for gdb #597

merged 4 commits into from
Feb 26, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Feb 26, 2020

Hotfix to solve windows platform issues:

  • Keep using forward slash in debugger command line parameters
  • Use double quotes to handle spaces on windows paths
  • Extend connection timeout to gdb server (openocd)

@cmaglie cmaglie requested a review from rsora February 26, 2020 13:20
@rsora rsora added this to the 0.9.0 milestone Feb 26, 2020
@rsora rsora merged commit 561618a into arduino:master Feb 26, 2020
@cmaglie cmaglie deleted the fix-gdb-paths branch February 26, 2020 15:12
rsora pushed a commit that referenced this pull request Feb 26, 2020
* When running debugger always use forward slash in paths

* Add more debugging output when running debugger commandline

* Temporary fix for arduino.samd core 1.8.5

* Fix gdb timeout on Windows

(cherry picked from commit 561618a)
@rsora rsora mentioned this pull request Mar 19, 2020
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.

2 participants