Check this: GDB, LLDB, and LLDB-MI Commands (GDB/LLDB)
prefix your command with -exec should be ok.
-exec
for example, use -exec b main to add a breakpoint at main.
-exec b main
main