llvm-project/lldb/source/Breakpoint
Jonas Devlieghere 937348cd13 [FileSpec] Make style argument mandatory for SetFile. NFC
SetFile has an optional style argument which defaulted to the native
style. This patch makes that argument mandatory so clients of the
FileSpec class are forced to think about the correct syntax.

At the same time this introduces a (protected) convenience method to
update the file from within the FileSpec class that keeps the current
style.

These two changes together prevent a potential pitfall where the style
might be forgotten, leading to the path being updated and the style
unintentionally being changed to the host style.

llvm-svn: 334663
2018-06-13 22:08:14 +00:00
..
Breakpoint.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointID.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointIDList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointList.cpp Make sure deleting all breakpoints clears their sites first 2018-04-16 22:26:21 +00:00
BreakpointLocation.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +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 Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointName.cpp Wire up the breakpoint name help string. 2017-09-15 00:52:35 +00:00
BreakpointOptions.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointResolver.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointResolverAddress.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
BreakpointResolverFileLine.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointResolverFileRegex.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverName.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
BreakpointSite.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
BreakpointSiteList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +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 Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
WatchpointList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
WatchpointOptions.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00