luser / rust-gdb-remote-protocol

A Rust crate implementing the GDB Remote Serial Protocol
Apache License 2.0
33 stars 13 forks source link

Introduce newtype for process ID #32

Open tromey opened 6 years ago

tromey commented 6 years ago

We've been using u64 to represent a process ID everywhere, but probably should have a new type for this.

tromey commented 6 years ago

Or just use the existing ThreadId type.