Implement qfThreadInfo
This stops an internal GDB error when stepping past the program boundaries.
Showing
... | ... | @@ -5,8 +5,8 @@ authors = ["jD91mZM2 <me@krake.one>"] |
edition = "2018" | ||
[dependencies] | ||
gdb-remote-protocol = { git = "https://github.com/luser/rust-gdb-remote-protocol", rev = "3e2f7c7204f85781f8b37d601217b05935547a7f" } | ||
# gdb-remote-protocol = { path = "../external/rust-gdb-remote-protocol/" } | ||
# gdb-remote-protocol = { git = "https://github.com/luser/rust-gdb-remote-protocol", rev = "3e2f7c7204f85781f8b37d601217b05935547a7f" } | ||
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