hanchenye-llvm-project/lldb/source/Breakpoint
Jim Ingham 2995077d8a Add "target.process.stop-on-shared-library-events" setting, and make it work.
Add the ability to give breakpoints a "kind" string, and have the StopInfoBreakpoint
print that in the brief description if set.  Also print the kind - if set - in the breakpoint
listing.
Give kinds to a bunch of the internal breakpoints.
We were deleting the Mac OS X dynamic loader breakpoint as though the id we had stored away was
a breakpoint site ID, but in fact it was a breakpoint id, so we never actually deleted it.  Fixed that.

llvm-svn: 173555
2013-01-26 02:19:28 +00:00
..
Breakpoint.cpp Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
BreakpointID.cpp Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. 2012-09-04 14:55:50 +00:00
BreakpointIDList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
BreakpointList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
BreakpointLocation.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
BreakpointLocationCollection.cpp Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
BreakpointLocationList.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
BreakpointOptions.cpp Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
BreakpointResolver.cpp
BreakpointResolverAddress.cpp
BreakpointResolverFileLine.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
BreakpointResolverFileRegex.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
BreakpointResolverName.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
BreakpointSite.cpp Add "target.process.stop-on-shared-library-events" setting, and make it work. 2013-01-26 02:19:28 +00:00
BreakpointSiteList.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
Makefile
Stoppoint.cpp
StoppointCallbackContext.cpp Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
StoppointLocation.cpp
Watchpoint.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
WatchpointList.cpp Adding events when watchpoints are set or changed. 2012-12-18 02:03:49 +00:00
WatchpointOptions.cpp rdar://problem/12007576 2012-08-13 21:09:54 +00:00