Loïc Carr
blog
photos
notes
☀️
↩
LLDB
Launch a program:
lldb
-- program arg1
Start with:
run
[
args
]
Backtrace :
bt
See also:
Cheat sheet: https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf
Official tutorial: https://lldb.llvm.org/use/tutorial.html