Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-16 | Quiet a clippy::suspicious_doc_comments lint | Alan Somers | |
2022-11-06 | Reformat everything | Alex Saveau | |
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com> | |||
2018-10-21 | Added ptrace support for BSDs | xd009642 | |
* Moved ptrace API into it's own module with cfg'ed modules exported for linux/android or BSDs. * Replicated current linux API for BSD * Added API functions to peek and poke memory to avoid needing to replicate deprecated linux API and remaining feature complete * Added helper function for `PTRACE_KILL` requests * Updated tests based on new API changes * Added addition kill calls to `test_ptrace_cont` as inferior death doesn't happen immediately on OSX which caused issues in the tests. |