<rdar://problem/14243761>
authorEnrico Granata <egranata@apple.com>
Wed, 26 Jun 2013 00:31:21 +0000 (00:31 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 26 Jun 2013 00:31:21 +0000 (00:31 +0000)
commitfb1d9fe15ef5ffe24a24b395bfbc0019edc8f26f
tree169d6e34deaeb7cc34a71e2d9e1b92b01ab26586
parent5cd9538b90f735f9408f2a5b173bc517aae6ae9a
<rdar://problem/14243761>

The argument to -w (--category) in type * list is a regular expression
This caused unhappiness with the gnu-libstdc++ category because of the double ++

Now we check for exact textual match as-well-as regexp matching

llvm-svn: 184898
lldb/source/Commands/CommandObjectType.cpp