LLDB Purpose Guide agents through LLDB sessions and map existing GDB knowledge to LLDB. Covers command differences, Apple specifics, Python scripting, and IDE integration. Triggers - "I'm on macOS and need to debug a C++ program" - "How does LLDB differ from GDB?" - "How do I do [GDB command] in LLDB?" - "LLDB shows for variables" - "How do I use LLDB in VS Code?" - "How do I write an LLDB Python script?" Workflow 1. Start LLDB 2. GDB → LLDB command map Source: <https://lldb.llvm.org/use/map.html | GDB | LLDB | Notes | |-----|------|-------| | | / | | | | / | | | | / | | | | / | | | | / | | |…