teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language
Jim Ingham 0fcdac363c Make the language specifier to "break set" actually filter the names by their language. So for
instance:

break set -l c++ -r Name

will only break on C++ symbols that match Name, not ObjC or plain C symbols.  This also works
for "break set -n" and there are SB API's to pass this as well.

llvm-svn: 252356
2015-11-06 22:48:59 +00:00
..
a.c
b.cpp
main.cpp
Makefile
TestBreakpointLanguage.py