Initial commit
I intend to get this sort of working on Linux before porting it to Redox OS. Should be simple as I've abstracted away all internals
parents
Showing
.envrc
0 → 100644
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "gdbserver" | ||
version = "0.1.0" | ||
authors = ["jD91mZM2 <me@krake.one>"] | ||
edition = "2018" | ||
[dependencies] | ||
gdb-protocol = "0.1.0" | ||
# gdb-protocol = { git = "https://gitlab.redox-os.org/redox-os/gdb-protocol" } | ||
# gdb-protocol = { path = "../gdb-protocol/" } | ||
structopt = "0.2.18" | ||
memchr = "2.2.1" | ||
libc = "0.2.62" |
LICENSE
0 → 100644
README.md
0 → 100644
shell.nix
0 → 100644
src/main.rs
0 → 100644
src/os/linux.rs
0 → 100644