Add the ability to deserialize only breakpoints matching a given name.
authorJim Ingham <jingham@apple.com>
Thu, 22 Sep 2016 22:20:28 +0000 (22:20 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 22 Sep 2016 22:20:28 +0000 (22:20 +0000)
commit3acdf38519923f1ce293c7bacac542804145ea7c
tree44ff83bad4addee616af83ba9e95ab6577b87f80
parentfcee2d80017f8e2db6a8ac3a70bdc0653afa7d01
Add the ability to deserialize only breakpoints matching a given name.

Also tests for this and the ThreadSpec serialization.

llvm-svn: 282207
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/Breakpoint/Breakpoint.h
lldb/include/lldb/Target/Target.h
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
lldb/scripts/interface/SBTarget.i
lldb/source/API/SBTarget.cpp
lldb/source/Breakpoint/Breakpoint.cpp
lldb/source/Commands/CommandObjectBreakpoint.cpp
lldb/source/Target/Target.cpp