Shouldn't be hard to do. The problem this is trying to solve is that ObjC has
the notion of categories which organize methods of a class in to sub-buckets.
When you call a method you generally don't specify the category name, even
though the actual method name contains the category. So from a
Author: xiaobai
Date: Mon May 6 18:03:40 2019
New Revision: 360105
URL: http://llvm.org/viewvc/llvm-project?rev=360105&view=rev
Log:
[Breakpoint] Remove unused dependency
The CPlusPlus Language plugin is unused in lldbBreakpoint. We should just remove
it.
A great follow up to this change would