Add GNU indirect function support in expressions for Linux.

llvm-svn: 176206
This commit is contained in:
Matt Kopec
2013-02-27 20:13:38 +00:00
parent 2e41976893
commit 00049b8b96
16 changed files with 196 additions and 27 deletions

View File

@@ -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,