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

Use mi-async instead of target-async on GDB >= 7.12 #177

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

jonahgraham
Copy link
Member

target-async is the old name for mi-async. mi-async came into existence in GDB 7.8, but in later releases it becomes a warning to use the old name.

Because we already have the version infra for 7.12 we change to using mi-async from 7.12

A similar change was made for cdt-gdb-adapter a while ago

Fixes #176

target-async is the old name for mi-async. mi-async came
into existence in GDB 7.8, but in later releases it becomes
a warning to use the old name.

Because we already have the version infra for 7.12 we
change to using mi-async from 7.12

A similar change was made for
[cdt-gdb-adapter a while ago](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/blob/main/src/GDBBackend.ts#L114-L116)

Fixes eclipse-cdt#176
@github-actions
Copy link

Test Results

     626 files       626 suites   44m 12s ⏱️
11 328 tests 11 194 ✔️ 134 💤 0
11 344 runs  11 210 ✔️ 134 💤 0

Results for commit d201ce2.

@jonahgraham jonahgraham merged commit 1d73f11 into eclipse-cdt:main Nov 22, 2022
@jonahgraham jonahgraham deleted the mi-async branch November 22, 2022 16:43
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.

target-async is deprecated
2 participants