lldb tutorial code example
Example 1: lldb set breakpoint function name
(lldb) breakpoint set --name foo
(lldb) breakpoint set -n foo
Example 2: until command lldb
(lldb) thread until 25
(lldb) breakpoint set --name foo
(lldb) breakpoint set -n foo
(lldb) thread until 25