Crate lldb_sys

source ·
Expand description

lldb-sys

LLDB is a debugger from the LLVM project. It is usable as both a standalone program as well as via an API.

This crate provides a low-level, fairly direct mapping of the public C++ API for LLDB into unsafe Rust.

It is primarily for use by a higher level crate, such as lldb.rs.

Structs

Enums

Functions

Type Definitions