[Lldb-commits] [PATCH] D9404: Expression evaluation, a new ThreadPlanCallFunctionNoJIT for executing a function call on target via register manipulation
Ewan Crawford
ewan at codeplay.com
Thu Jul 2 09:57:39 PDT 2015
EwanCrawford updated this revision to Diff 28959.
EwanCrawford added a comment.
Thanks for taking the time to have a closer look Jim. Could you expand on your last point about situations where we don't want to run the target at all, it didn't quite click.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9404
Files:
include/lldb/Expression/IRInterpreter.h
include/lldb/Expression/IRMemoryMap.h
include/lldb/Target/ABI.h
include/lldb/Target/ThreadPlanCallFunction.h
include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
lldb.xcodeproj/project.pbxproj
source/Expression/ClangExpressionParser.cpp
source/Expression/ClangUserExpression.cpp
source/Expression/IRInterpreter.cpp
source/Expression/IRMemoryMap.cpp
source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
source/Target/CMakeLists.txt
source/Target/ThreadPlanCallFunction.cpp
source/Target/ThreadPlanCallFunctionUsingABI.cpp
test/expression_command/call-function/TestCallUserDefinedFunction.py
test/expression_command/call-function/main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9404.28959.patch
Type: text/x-patch
Size: 38630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150702/faf69b0b/attachment.bin>
More information about the lldb-commits
mailing list