This patch fixes the regular expressions used by the Command Interpreter
to match the GDB breakpoint command style to the LLDB style.
The previous version passed the breakpoint options to _regex-break as a name
identifier, instead of recognising the options.
In addition to that, several test cases have been added to check if all the
supported _regex-break commands match their b alias.
Something like this will definitely break on Windows (@compnerd), so you probably need to generalize this test or skip it there. Also, what about other platforms, e.g. iOS? (@jasonmolenda)