Add an -A option to "break set -p" to search all files for matches. Also add the...
authorJim Ingham <jingham@apple.com>
Thu, 12 Feb 2015 17:37:46 +0000 (17:37 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 12 Feb 2015 17:37:46 +0000 (17:37 +0000)
commite732052f1661e9760827c18093169cf137c89850
tree037a145205736729149f7791e98f6734db37e4c3
parent29786d4c161e6fd458fb2f1abc58a9f3401ee7f7
Add an -A option to "break set -p" to search all files for matches.  Also add the version of
SBTarget::BreakpointCreateBySourceRegex that takes file spec lists to the Python interface,
and add a test for this.

<rdar://problem/19805037>

llvm-svn: 228938
lldb/include/lldb/API/SBTarget.h
lldb/scripts/Python/interface/SBTarget.i
lldb/source/API/SBTarget.cpp
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py