1 parent 5e14e32 commit cdab7f0Copy full SHA for cdab7f0
1 file changed
src/lib.rs
@@ -37,7 +37,7 @@ pub mod coredump;
37
mod cython;
38
pub mod dump;
39
#[cfg(feature = "unwind")]
40
-mod native_stack_trace;
+pub mod native_stack_trace;
41
mod python_bindings;
42
mod python_data_access;
43
mod python_interpreters;
@@ -53,5 +53,7 @@ mod version;
53
pub use config::Config;
54
pub use python_spy::PythonSpy;
55
pub use remoteprocess::Pid;
56
+#[cfg(feature = "unwind")]
57
+pub use remoteprocess::{Thread, Tid};
58
pub use stack_trace::Frame;
59
pub use stack_trace::StackTrace;
0 commit comments