Use local gdb-remote-protocol that supports vCont
Showing
... | ... | @@ -5,8 +5,8 @@ authors = ["jD91mZM2 <me@krake.one>"] |
edition = "2018" | ||
[dependencies] | ||
gdb-protocol = "0.1.0" | ||
gdb-remote-protocol = { git = "https://github.com/luser/rust-gdb-remote-protocol" } | ||
# gdb-remote-protocol = { git = "https://github.com/luser/rust-gdb-remote-protocol" } | ||
gdb-remote-protocol = { path = "../external/rust-gdb-remote-protocol/" } | ||
structopt = "0.2.18" | ||
memchr = "2.2.1" | ||
libc = "0.2.62" |
Please register or sign in to comment