Releases: endoli/lldb.rs
Releases · endoli/lldb.rs
v0.0.12
What's Changed
- Control lldb via commands and read stdout by @otsmr in #27
- add get_stderr() and get_stderr_all() to SBProcess by @roccoblues in #33
- add SBProcess and SBThread broadcaster bit definitions by @roccoblues in #34
- safely handle nullptr for SBValue (fixes #23) by @roccoblues in #30
- safely handle nullptr when getting SBThread name / queue_name by @roccoblues in #31
- get/set command line arguments in SBLaunchInfo by @roccoblues in #35
- Fix crash when the mangled name is null by @waywardmonkeys in #38
- feat: add many safe wrapper functions by @anatawa12 in #39
- expose simple step_into() for SBThread() by @roccoblues in #32
New Contributors
- @otsmr made their first contribution in #27
- @roccoblues made their first contribution in #33
- @anatawa12 made their first contribution in #39
Full Changelog: v0.0.11...v0.0.12