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

Add API to easily pause target and wait for it to be ready #295

Open
jonahgraham opened this issue Sep 19, 2023 · 0 comments
Open

Add API to easily pause target and wait for it to be ready #295

jonahgraham opened this issue Sep 19, 2023 · 0 comments

Comments

@jonahgraham
Copy link
Contributor

There are a couple of places in the code where we wait for target to be suspended after issuing pause to ensure that we are operating on a suspended target. However those current places (such as use of waitPauseNeeded) are not very conducive for new places, such as what is needed by #292

This is an API feature request to add such support in a generic manner.

jonahgraham pushed a commit to XingMicrochip/cdt-gdb-adapter that referenced this issue Sep 19, 2023
While this change does not wait for the target to be paused
it slightly slows down how long after interrupt is sent that
disconnect is sent.

See also eclipse-cdt-cloud#295
jonahgraham pushed a commit that referenced this issue Sep 19, 2023
While this change does not wait for the target to be paused
it slightly slows down how long after interrupt is sent that
disconnect is sent.

See also #295
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

No branches or pull requests

1 participant