History log of /llvm-project-15.0.7/lldb/source/Target/ThreadPlanCallFunction.cpp (Results 101 – 105 of 105)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-2.8.0-rc2
# f5e56de0 14-Sep-2010 Greg Clayton <[email protected]>

Moved the section load list up into the target so we can use the target
to symbolicate things without the need for a valid process subclass.

llvm-svn: 113895


Revision tags: llvmorg-2.8.0-rc1, llvmorg-2.8.0-rc0
# 5300d37a 31-Jul-2010 Sean Callanan <[email protected]>

Added support for rewriting objc_msgSend so we can
call Objective-C methods from expressions. Also added
some more logging to the function-calling thread plan
so that we can see the registers when a

Added support for rewriting objc_msgSend so we can
call Objective-C methods from expressions. Also added
some more logging to the function-calling thread plan
so that we can see the registers when a function
finishes.

Also documented things maybe a bit better.

llvm-svn: 109938

show more ...


# 1ee0d4f7 16-Jul-2010 Benjamin Kramer <[email protected]>

Fix constructor initialization order. Patch by Bill Lynch.

llvm-svn: 108524


# b01e742a 19-Jun-2010 Jim Ingham <[email protected]>

Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan
without having to use RTTI.
Removed the ThreadPlanContinue and replaced with a Sh

Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan
without having to use RTTI.
Removed the ThreadPlanContinue and replaced with a ShouldAutoContinue query that serves the same purpose. Having to push
another plan to assert that if there's no other indication the target should continue when this plan is popped was flakey
and error prone. This method is more stable, and fixed problems we were having with thread specific breakpoints.

llvm-svn: 106378

show more ...


# 30fdc8d8 08-Jun-2010 Chris Lattner <[email protected]>

Initial checkin of lldb code from internal Apple repo.

llvm-svn: 105619


12345