Searched refs:ThreadPlanCallFunction (Results 1 - 9 of 9) sorted by relevance
/external/lldb/source/Target/ |
H A D | ThreadPlanCallUserExpression.cpp | 48 ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg), 63 ThreadPlanCallFunction::GetDescription (s, level); 69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo();
|
H A D | ThreadPlanCallFunction.cpp | 1 //===-- ThreadPlanCallFunction.cpp ------------------------------*- C++ -*-===// 10 #include "lldb/Target/ThreadPlanCallFunction.h" 37 // ThreadPlanCallFunction: Plan to call a single function 40 ThreadPlanCallFunction::ConstructorSetup (Thread &thread, 73 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); 83 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); 95 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); 105 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); 118 m_constructor_errors.Printf ("Setting up ThreadPlanCallFunction, failed to checkpoint thread state."); 120 log->Printf ("ThreadPlanCallFunction( 128 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, function in class:ThreadPlanCallFunction 191 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, function in class:ThreadPlanCallFunction [all...] |
H A D | Android.mk | 33 ThreadPlanCallFunction.cpp \
|
H A D | Thread.cpp | 31 #include "lldb/Target/ThreadPlanCallFunction.h" 1474 ThreadPlanSP thread_plan_sp (new ThreadPlanCallFunction (*this,
|
/external/lldb/include/lldb/Target/ |
H A D | ThreadPlanCallUserExpression.h | 21 #include "lldb/Target/ThreadPlanCallFunction.h" 25 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction 47 ThreadPlanCallFunction::WillPop();
|
H A D | ThreadPlanCallFunction.h | 1 //===-- ThreadPlanCallFunction.h --------------------------------*- C++ -*-===// 23 class ThreadPlanCallFunction : public ThreadPlan class in namespace:lldb_private 29 ThreadPlanCallFunction (Thread &thread, 39 ThreadPlanCallFunction (Thread &thread, 53 ~ThreadPlanCallFunction (); 188 DISALLOW_COPY_AND_ASSIGN (ThreadPlanCallFunction);
|
/external/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 19 #include "lldb/Target/ThreadPlanCallFunction.h" 80 ThreadPlanCallFunction *call_function_thread_plan 81 = new ThreadPlanCallFunction (*thread, 172 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread, 226 ThreadPlanCallFunction *call_function_thread_plan 227 = new ThreadPlanCallFunction (*thread,
|
/external/lldb/source/Expression/ |
H A D | ClangFunction.cpp | 43 #include "lldb/Target/ThreadPlanCallFunction.h" 423 ThreadPlan *new_plan = new ThreadPlanCallFunction (*thread, 442 // FIXME: Create our ThreadPlanCallFunction with the return ClangASTType, and then use GetReturnValueObject
|
H A D | ClangUserExpression.cpp | 876 lldb::addr_t function_stack_pointer = static_cast<ThreadPlanCallFunction *>(call_plan_sp.get())->GetFunctionStackPointer();
|
Completed in 141 milliseconds