lldb (1) Linux Manual Page
Darwin NAME lldb – The debugger SYNOPSIS lldb [-hvdexw ] [-a arch ] [-l script-language ] [-s lldb-commands ] [-n process-name ] [-p pid ] [[–] <PROGRAM-ARG1> <PROGRAM-ARG2> …] DESCRIPTION lldb is the command line interface for the LLDB debugger library. lldb can debug C, C++, Objective-C, and Objective-C++ programs. The following options are available:…
