kdb(1) is a shell script wrapper around lldb(1), providing interface similar to kgdb(1). It is translated from kgdb-main.c file in kgdb(1) port.
There are three options removed:
-w: How does -w in kgdb differ from lldb memory write?
-a: lldb doesn't support this (emacs specific)
-q: lldb doesn't show copyright banner
kdb(1) passes --source-quietly to lldb by default. This can be turned off with verbosity level 3.
Not implemented yet, but printing msgbuf is disabled through batch mode, not by -q.