llvm-project/lldb/source/Breakpoint
Jim Ingham 75f0f5830b Make the keys enumerations for options and resolvers enum classes.
This keeps them from conflicting with other symbols names, so it's
worth their being less convenient to use for indexing.

llvm-svn: 281569
2016-09-15 01:47:22 +00:00
..
Breakpoint.cpp Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +00:00
BreakpointID.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BreakpointIDList.cpp Fix some const-ness issues with BreakpointID & BreakpointIDList. 2016-09-14 19:05:27 +00:00
BreakpointList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
BreakpointLocation.cpp Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +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 Make the keys enumerations for options and resolvers enum classes. 2016-09-15 01:47:22 +00:00
BreakpointResolver.cpp Make the keys enumerations for options and resolvers enum classes. 2016-09-15 01:47:22 +00:00
BreakpointResolverAddress.cpp Add a few const's (thanks Zachary) and return shared or unique pointers 2016-09-13 01:58:08 +00:00
BreakpointResolverFileLine.cpp Add a few const's (thanks Zachary) and return shared or unique pointers 2016-09-13 01:58:08 +00:00
BreakpointResolverFileRegex.cpp Add a few const's (thanks Zachary) and return shared or unique pointers 2016-09-13 01:58:08 +00:00
BreakpointResolverName.cpp Add a few const's (thanks Zachary) and return shared or unique pointers 2016-09-13 01:58:08 +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] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +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 Some more pointer safety in Breakpoint. 2016-09-13 17:53:38 +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