[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
Tue Jul 14 03:57:17 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL242137: Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a… (authored by EwanCrawford).

Changed prior to commit:
  http://reviews.llvm.org/D9404?vs=29343&id=29661#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D9404

Files:
  lldb/trunk/include/lldb/Expression/IRInterpreter.h
  lldb/trunk/include/lldb/Expression/IRMemoryMap.h
  lldb/trunk/include/lldb/Target/ABI.h
  lldb/trunk/include/lldb/Target/Process.h
  lldb/trunk/include/lldb/Target/ThreadPlanCallFunction.h
  lldb/trunk/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
  lldb/trunk/lldb.xcodeproj/project.pbxproj
  lldb/trunk/source/Expression/ClangExpressionParser.cpp
  lldb/trunk/source/Expression/ClangUserExpression.cpp
  lldb/trunk/source/Expression/IRInterpreter.cpp
  lldb/trunk/source/Expression/IRMemoryMap.cpp
  lldb/trunk/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
  lldb/trunk/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  lldb/trunk/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  lldb/trunk/source/Target/CMakeLists.txt
  lldb/trunk/source/Target/Process.cpp
  lldb/trunk/source/Target/ThreadPlanCallFunction.cpp
  lldb/trunk/source/Target/ThreadPlanCallFunctionUsingABI.cpp
  lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py
  lldb/trunk/test/expression_command/call-function/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9404.29661.patch
Type: text/x-patch
Size: 42746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150714/a27259c1/attachment.bin>


More information about the lldb-commits mailing list