hanchenye-llvm-project/lldb/source/Breakpoint
Greg Clayton d16e1e596a Added the ability to _not_ skip the prologue when settings breakpoints
by name by adding an extra parameter to the lldb_private::Target breakpoint 
setting functions.

Added a function in the DWARF symbol file plug-in that can dump errors
and prints out which DWARF file the error is happening in so we can track
down what used to be assertions easily.

Fixed the MacOSX kernel plug-in to properly read the kext images and set
the kext breakpoint to watch for kexts as they are loaded.

llvm-svn: 134990
2011-07-12 17:06:17 +00:00
..
Breakpoint.cpp Made GetConditionText const everywhere. Made it return NULL when there's no condition 2011-06-15 21:16:00 +00:00
BreakpointID.cpp
BreakpointIDList.cpp Fix breakpoint id test to work with clang as well as gcc; added a few 2011-02-02 17:48:16 +00:00
BreakpointList.cpp Added needed breakpoint functionality to the public API that includes: 2010-07-23 23:33:17 +00:00
BreakpointLocation.cpp Made GetConditionText const everywhere. Made it return NULL when there's no condition 2011-06-15 21:16:00 +00:00
BreakpointLocationCollection.cpp Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
BreakpointLocationList.cpp Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
BreakpointOptions.cpp Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description 2011-06-20 18:59:49 +00:00
BreakpointResolver.cpp Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear 2010-10-28 17:27:46 +00:00
BreakpointResolverAddress.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
BreakpointResolverFileLine.cpp Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
BreakpointResolverName.cpp Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
BreakpointSite.cpp Added the ability to get more information on the SBThread's stop reason 2010-11-18 18:52:36 +00:00
BreakpointSiteList.cpp Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than 2011-06-29 19:42:28 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Stoppoint.cpp
StoppointCallbackContext.cpp Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
StoppointLocation.cpp Moved a lot of simple functions from StoppointLocation.cpp to be inlined in 2011-05-19 18:17:41 +00:00
WatchpointLocation.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00