summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-02-07 16:21:27 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-02-07 16:21:27 +0000
commit0a128f04b8ad64069a909bfb7184428021f2c082 (patch)
tree607a94ad3cc91d5f0c7025c6487574034ef5d852 /CHANGELOG.md
parent90e82ed3d1bb03921f2b4c447f1a93fa1a4b33fc (diff)
parent445b488f830d75ca173af77440a2fe7626a4e6dc (diff)
downloadnix-0a128f04b8ad64069a909bfb7184428021f2c082.zip
Merge #852
852: Add step function to ptrace r=Susurrus a=xd009642 Added step function to ptrace, this follows the same form as the PTRACE_CONTINUE by advanced the tracee by a single step! Found when I was updating to nix 0.10.0 that this function had been missed out. Minor addition as `SINGLESTEP` works the same as `CONTINUE`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2571a71e..e434e5c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.10.0] 2018-01-26
### Added
+- Added specialized wrapper: `sys::ptrace::step`
+ ([#852](https://github.com/nix-rust/nix/pull/852))
- Added `AioCb::from_ptr` and `AioCb::from_mut_ptr`
([#820](https://github.com/nix-rust/nix/pull/820))
- Added specialized wrappers: `sys::ptrace::{traceme, syscall, cont, attach}`. Using the matching routines