Skip to content

Commit

Permalink
Update nwind to a8537b9
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 7, 2019
1 parent 981efea commit 0ad8b05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lz4-compress = { path = "../lz4-compress" }

[dependencies.nwind]
git = "https://github.com/nokia/not-perf.git"
rev = "07e0787"
rev = "a8537b9"

[dev-dependencies]
quickcheck = "0.9"
2 changes: 1 addition & 1 deletion cli-core/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ impl Loader {

self.address_space_needs_reloading = false;
let binaries = &self.binaries;
let debug_info_index = &self.debug_info_index;
let debug_info_index = &mut self.debug_info_index;
let regions: Vec< Region > = self.maps.values().cloned().collect();
self.address_space.reload( regions, &mut |region, handle| {
handle.should_load_frame_descriptions( false );
Expand Down
4 changes: 2 additions & 2 deletions preload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jemalloc-sys = { path = "../jemallocator/jemalloc-sys", default-features = false

[dependencies.nwind]
git = "https://github.com/nokia/not-perf.git"
rev = "07e0787"
rev = "a8537b9"
features = ["log", "local-unwinding"]
default-features = false

[dependencies.perf_event_open]
git = "https://github.com/nokia/not-perf.git"
rev = "07e0787"
rev = "a8537b9"

[dependencies.common]
path = "../common"
Expand Down

0 comments on commit 0ad8b05

Please sign in to comment.