First tests for serializing breakpoints.
authorJim Ingham <jingham@apple.com>
Fri, 16 Sep 2016 01:41:27 +0000 (01:41 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 16 Sep 2016 01:41:27 +0000 (01:41 +0000)
commit6d1e4696a26965c780814f28340cc5eb1117e47d
tree3301406ae99105667894b6efa972dbcae730cb66
parent6c7a0bc3d964d4e0840f82db692e3b88c9eb1f33
First tests for serializing breakpoints.

Plus a few bug fixes I found along the way.

llvm-svn: 281690
lldb/include/lldb/API/SBBreakpoint.h
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c [new file with mode: 0644]
lldb/scripts/interface/SBBreakpoint.i
lldb/source/API/SBBreakpoint.cpp
lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
lldb/source/Core/SearchFilter.cpp