hanchenye-llvm-project/lldb/source/Breakpoint
Jim Ingham 16e0c68627 Make ValueObject::SetValueFromCString work correctly.
Also change the SourceInitFile to look for .lldb-<APPNAME> and source that
preferentially if it exists.
Also made the breakpoint site report its address as well as its breakpoint number
when it gets hit and can't find any the associated locations (usually because the
breakpoint got disabled or deleted programmatically between the time it was hit
and reported.)
Changed ThreadPlanCallFunction to initialize the ivar m_func in the initializers of the
constructor, rather than waiting to initialize till later on in the function.
Fixed a bug where if you make an SBError and the ask it Success, it returns false.
Fixed ValueObject::ResolveValue so that it resolves a temporary value, rather than
overwriting the one in the value object.

llvm-svn: 137536
2011-08-12 23:34:31 +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 To silence the static analyzer. 2011-08-11 21:24:08 +00:00
BreakpointList.cpp
BreakpointLocation.cpp Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the 2011-08-09 02:12:22 +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 Silence the static analyzer. 2011-08-11 21:43:13 +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
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 Make ValueObject::SetValueFromCString work correctly. 2011-08-12 23:34:31 +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
Stoppoint.cpp
StoppointCallbackContext.cpp
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