lldb set breakpoint function name

C
(lldb) breakpoint set --name foo
(lldb) breakpoint set -n foo
(lldb) thread until 25

Source

Also in C: