It only works from a separate build of lldb I have (from Xcode developer tools I suppose) not included with Codelite. I tested it with both versions because I was not sure if it was something on my end.
CodeLite does not use the command line lldb, it links against liblldb.dylib.
Maybe it's time to update the build that comes with CodeLite. Can you please open a feature request?
Sorry for bad communication. I thought that, for some reason, command line might also refer to the console window, but never mind. I downloaded clang version 3.9 and it indeed works with it, so it confirms that the problem is because of codelite's lldb is not being compatible with the latest version of clang. Will open the issue.