diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-02-27 20:13:38 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-02-27 20:13:38 +0000 |
commit | 00049b8b969f19908ac09df0e1e1debca4271eef (patch) | |
tree | 2137b2c54fd50092ab429d44f4fa5d3c90eee4bf /lldb/source/Target/ThreadPlanCallFunction.cpp | |
parent | 2e419768938efe2dff0767490791f71976d00e54 (diff) | |
download | bcm5719-llvm-00049b8b969f19908ac09df0e1e1debca4271eef.tar.gz bcm5719-llvm-00049b8b969f19908ac09df0e1e1debca4271eef.zip |
Add GNU indirect function support in expressions for Linux.
llvm-svn: 176206
Diffstat (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp')
-rw-r--r-- | lldb/source/Target/ThreadPlanCallFunction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index c48f4fb7fe9..9247bcee6a2 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -119,7 +119,7 @@ ThreadPlanCallFunction::ConstructorSetup (Thread &thread, } ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, - Address &function, + const Address &function, const ClangASTType &return_type, addr_t arg, bool stop_other_threads, @@ -182,7 +182,7 @@ ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, - Address &function, + const Address &function, const ClangASTType &return_type, bool stop_other_threads, bool unwind_on_error, |