Skip to content

Is it possible to implement a gdb-client with gdbstub? #144

Closed Answered by daniel5151
TD-Sky asked this question in Q&A
Discussion options

You must be logged in to vote

You are correct - gdbstub cannot be used to control a GDB client. It is only used to implement remote targets that a GDB client can connect to.

A cursory search shows that there are some other Rust crates out there that allow controlling a GDB client. I haven't used these myself, but they might be suitable for your project.

Cheers,
Daniel Prilik

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by daniel5151
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants