hanchenye-llvm-project/lldb/source/Breakpoint
Chris Bieneman 494f277af5 [CMake] Add accurate dependency specifications
Summary:
This patch adds accurate dependency specifications to the mail LLDB libraries and tools.

In all cases except lldb-server, these dependencies are added in addition to existing dependencies (making this low risk), and I performed some code cleanup along the way.

For lldb-server I've cleaned up the LLVM dependencies down to just the minimum actually required. This is more than lldb-server actually directly references, and I've left a todo in the code to clean that up.

Reviewers: labath, zturner

Subscribers: lldb-commits, danalbert, srhines, ki.stfu, mgorny, jgosnell

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

llvm-svn: 293686
2017-01-31 20:43:05 +00:00
..
Breakpoint.cpp Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
BreakpointID.cpp Try to fix Android build. 2016-10-05 17:58:46 +00:00
BreakpointIDList.cpp Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
BreakpointList.cpp Adds tests for breakpoint names, and a FindBreakpointsByName. 2016-09-21 01:21:19 +00:00
BreakpointLocation.cpp Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
BreakpointLocationCollection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BreakpointLocationList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BreakpointOptions.cpp Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
BreakpointResolver.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
BreakpointResolverAddress.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
BreakpointResolverFileLine.cpp Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 20:34:10 +00:00
BreakpointResolverFileRegex.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
BreakpointResolverName.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
BreakpointSite.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BreakpointSiteList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt [CMake] Add accurate dependency specifications 2017-01-31 20:43:05 +00:00
Stoppoint.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StoppointCallbackContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StoppointLocation.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Watchpoint.cpp Make ValueObjectMemory::Create accept StringRefs. 2016-11-12 18:17:36 +00:00
WatchpointList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
WatchpointOptions.cpp Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +00:00