llvm-project/lldb/source/Breakpoint
Pavel Labath 145d95c964 Move Args.cpp from Interpreter to Utility
Summary:
The Args class is used in plenty of places besides the command
interpreter (e.g., anything requiring an argc+argv combo, such as when
launching a process), so it needs to be in a lower layer. Now that the
class has no external dependencies, it can be moved down to the Utility
module.

This removes the last (direct) dependency from the Host module to
Interpreter, so I remove the Interpreter module from Host's dependency
list.

Reviewers: zturner, jingham, davide

Subscribers: mgorny, lldb-commits

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

llvm-svn: 330200
2018-04-17 18:53:35 +00:00
..
Breakpoint.cpp [lldb] Unbreak lldb builds due to r327219 2018-03-10 21:13:55 +00:00
BreakpointID.cpp Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
BreakpointIDList.cpp Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
BreakpointList.cpp Make sure deleting all breakpoints clears their sites first 2018-04-16 22:26:21 +00:00
BreakpointLocation.cpp Add an auto-continue flag to breakpoints & locations. 2017-08-03 18:13:24 +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 Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase. 2018-01-12 03:03:23 +00:00
BreakpointName.cpp Wire up the breakpoint name help string. 2017-09-15 00:52:35 +00:00
BreakpointOptions.cpp Fix breakpoint thread name conditionals after breakpoint options refactor. 2018-02-23 21:10:42 +00:00
BreakpointResolver.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverAddress.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverFileLine.cpp Allow relative file paths when settings source breakpoints 2018-04-13 14:52:54 +00:00
BreakpointResolverFileRegex.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverName.cpp Re-add change for https://reviews.llvm.org/D42582 with added directories. 2018-03-12 21:17:04 +00:00
BreakpointSite.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
BreakpointSiteList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Add new files to the cmake lists. 2017-09-14 20:31:02 +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 Rename Error -> Status. 2017-05-12 04:51:55 +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 Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00