Presentation name: LLDB - a new C++ debugger
Speaker: Jan Kratochvíl
Description: LLDB is a debugger from LLVM/clang toolchain. With its relatively new LLVM codebase it provides exceptional performance while enabling convenient investigation of complex C++ debugged data structures. Its integration with clang compiler for expression parsing permits running arbitrary ad hoc C++ snippets without recompiling and restarting possibly huge C++ programs being debugged. These unique features are not available with GDB so far.
[ https://sched.co/Jcht ]