코딩Coding/Rust용어
pid(Process ID) / tid(Thread ID)
내인생PLUS
2023. 4. 14. 01:30
728x90
Type Definitions
lldb_addr_t | Storage for the value of an address. |
lldb_offset_t | Storage for an offset between 2 addresses in memory. |
lldb_pid_t | Storage for an OS process ID. |
lldb_tid_t | Storage for an OS thread ID. |
lldb_user_id_t | Storage for an OS user ID. |
https://endoli.github.io/lldb.rs/lldb/index.html
lldb - Rust
This crate provides a safe binding to the public API for LLDB, the debugger provided by the LLVM project. LLDB provides a modern, high performance debugger framework and is the default debugger for Mac OS X and iOS. This crate works with Cargo and is on cr
endoli.github.io
반응형