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.
Hi there,
this is a little nit picky, and I'm not entirely sure If im right in saying so, but, if this is a C++ file as denoted by the license header, then shouldn't this include by <cstdlib> rather than the c library stdlib.h?
thanks for your time
Tom