hanchenye-llvm-project/lldb/source
Todd Fiala 653e3f4e19 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
2016-11-11 21:06:40 +00:00
..
API Remove weak-linked symbols for SBBreakpointListImpl 2016-11-11 21:06:40 +00:00
Breakpoint Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
Commands Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
Core Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
DataFormatters Simplify the PrintableRepresentationSpecialCases code; we never used the ePrintableRepresentationSpecialCasesOnly value and with enum classes the names doesn't need to be that long 2016-11-07 23:32:20 +00:00
Expression Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
Host Revert unwanted changes in lldb when updating llvm::Error() 2016-11-11 05:07:57 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
Plugins Revert unwanted changes in lldb when updating llvm::Error() 2016-11-11 05:07:57 +00:00
Symbol Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
Target Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
Utility Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp Fixing the Xcode build that I broke in r286479 2016-11-10 21:30:16 +00:00