thread_db 0.1.1

Rust wrapper for libthread_db.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# THREAD_DB

[![Latest Version]][crates.io] [![Docs badge]][docs.rs]

[Latest Version]: https://img.shields.io/crates/v/thread_db.svg
[crates.io]: https://crates.io/crates/thread_db

[Docs badge]: https://img.shields.io/badge/docs.rs-rustdoc-green
[docs.rs]: https://docs.rs/thread_db/

Rust wrapper for libthread_db (library of interfaces for monitoring and manipulating threads-related aspects of multithreaded programs)

This lib is a wrapper on glibc implementation. Look at tests for familiar with it.