hanchenye-llvm-project/lldb/source/Breakpoint
Jim Ingham 33df7cd345 Add the ability to set breakpoints with conditions, commands, etc,
in the "dummy-target".  The dummy target breakpoints prime all future
targets.  Breakpoints set before any target is created (e.g. breakpoints
in ~/.lldbinit) automatically get set in the dummy target.  You can also
list, add & delete breakpoints from the dummy target using the "-D" flag,
which is supported by most of the breakpoint commands.

This removes a long-standing wart in lldb...

<rdar://problem/10881487>

llvm-svn: 223565
2014-12-06 01:28:03 +00:00
..
Breakpoint.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
BreakpointID.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
BreakpointIDList.cpp
BreakpointList.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
BreakpointLocation.cpp The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
BreakpointLocationCollection.cpp The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
BreakpointLocationList.cpp Rework how resetting breakpoints in changed modules works. Try to match up old 2014-09-10 21:40:47 +00:00
BreakpointOptions.cpp This function should be const. 2014-04-08 20:24:45 +00:00
BreakpointResolver.cpp Factor the code that was eliminating redundant breakpoint locations and moving 2013-09-27 01:16:58 +00:00
BreakpointResolverAddress.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
BreakpointResolverFileLine.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
BreakpointResolverFileRegex.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
BreakpointResolverName.cpp Add the ability to set breakpoints with conditions, commands, etc, 2014-12-06 01:28:03 +00:00
BreakpointSite.cpp The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
BreakpointSiteList.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile
Stoppoint.cpp
StoppointCallbackContext.cpp
StoppointLocation.cpp <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Watchpoint.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
WatchpointList.cpp sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
WatchpointOptions.cpp