hanchenye-llvm-project/lldb/source/Breakpoint
Jim Ingham f08f5c9926 Add an auto-continue flag to breakpoints & locations.
You can get a breakpoint to auto-continue by adding "continue"
as a command, but that has the disadvantage that if you hit two
breakpoints simultaneously, the continue will force the process
to continue, and maybe even forstalling the commands on the other.
The auto-continue flag means the breakpoints can negotiate about
whether to stop.

Writing tests, I wanted to supply some commands when I made the
breakpoints, so I also added that ability.

llvm-svn: 309969
2017-08-03 18:13:24 +00:00
..
Breakpoint.cpp Add an auto-continue flag to breakpoints & locations. 2017-08-03 18:13:24 +00:00
BreakpointID.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
BreakpointIDList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
BreakpointList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
BreakpointLocation.cpp Add an auto-continue flag to breakpoints & locations. 2017-08-03 18:13:24 +00:00
BreakpointLocationCollection.cpp
BreakpointLocationList.cpp
BreakpointOptions.cpp Add an auto-continue flag to breakpoints & locations. 2017-08-03 18:13:24 +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 Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverFileRegex.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointResolverName.cpp Update StructuredData::String to return StringRefs. 2017-05-12 05:49:54 +00:00
BreakpointSite.cpp
BreakpointSiteList.cpp
CMakeLists.txt
Stoppoint.cpp
StoppointCallbackContext.cpp
StoppointLocation.cpp
Watchpoint.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
WatchpointList.cpp
WatchpointOptions.cpp