Remove weak-linked symbols for SBBreakpointListImpl
authorTodd Fiala <todd.fiala@gmail.com>
Fri, 11 Nov 2016 21:06:40 +0000 (21:06 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Fri, 11 Nov 2016 21:06:40 +0000 (21:06 +0000)
commit653e3f4e197d6d27710f09366bf9542ea617594f
treedb0c0ee0657adad3a4dd0395f0bb514f9d0a2e11
parentcbd54304a3551d4345367b0d7d8fbf88f4d80624
Remove weak-linked symbols for SBBreakpointListImpl

Summary:
Similar to SBStructuredData's Impl class, SBBreakpointListImpl was
getting weak-link exported in the lldb namespace. This change list fixes
that by moving out of the lldb public namespace, which removes it from
public export visibility.

Fixes:
rdar://28960344

Reviewers: jingham

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D26553

llvm-svn: 286631
lldb/include/lldb/API/SBBreakpoint.h
lldb/include/lldb/API/SBTarget.h
lldb/source/API/SBBreakpoint.cpp