Skip to content

[N.B.] QEMU's gdbserver compatibility #353

@shahab-vahedi

Description

@shahab-vahedi

The new QEMU's gdbserver can only be used in conjunction with GDB release arc-2021.03+. The old one can be used freely.

What does new QEMU mean?
Since there is no tags in QEMU yet, I cannot refer to a release/date. New QEMU comes with the following code:

gdb-xml/arc-v2-core.xml:
...
<feature name="org.gnu.gdb.arc.core">
...

While the old QEMU has the following content:

gdb-xml/arc-core-v2.xml:
...
<feature name="org.gnu.gdb.arc.core.v2">
...

Notice the difference between both the file paths and the feature name.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions