Home
last modified time | relevance | path

Searched refs:ThreadPlanCallFunction (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Target/
DThreadPlanCallFunction.cpp40 ThreadPlanCallFunction::ConstructorSetup (Thread &thread, in ConstructorSetup()
128 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, in ThreadPlanCallFunction() function in ThreadPlanCallFunction
191 ThreadPlanCallFunction::ThreadPlanCallFunction (Thread &thread, in ThreadPlanCallFunction() function in ThreadPlanCallFunction
239 ThreadPlanCallFunction::~ThreadPlanCallFunction () in ~ThreadPlanCallFunction()
245 ThreadPlanCallFunction::ReportRegisterState (const char *message) in ReportRegisterState()
273 ThreadPlanCallFunction::DoTakedown (bool success) in DoTakedown()
317 ThreadPlanCallFunction::WillPop () in WillPop()
323 ThreadPlanCallFunction::GetDescription (Stream *s, DescriptionLevel level) in GetDescription()
337 ThreadPlanCallFunction::ValidatePlan (Stream *error) in ValidatePlan()
356 ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) in ShouldReportStop()
[all …]
DThreadPlanCallUserExpression.cpp48ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error… in ThreadPlanCallUserExpression()
63 ThreadPlanCallFunction::GetDescription (s, level); in GetDescription()
69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo()
DCMakeLists.txt28 ThreadPlanCallFunction.cpp
DAndroid.mk33 ThreadPlanCallFunction.cpp \
DThread.cpp1474 ThreadPlanSP thread_plan_sp (new ThreadPlanCallFunction (*this, in QueueThreadPlanForCallFunction()
/external/lldb/include/lldb/Target/
DThreadPlanCallFunction.h23 class ThreadPlanCallFunction : public ThreadPlan
29 ThreadPlanCallFunction (Thread &thread,
39 ThreadPlanCallFunction (Thread &thread,
53 ~ThreadPlanCallFunction ();
188 DISALLOW_COPY_AND_ASSIGN (ThreadPlanCallFunction);
DThreadPlanCallUserExpression.h25 class ThreadPlanCallUserExpression : public ThreadPlanCallFunction
47 ThreadPlanCallFunction::WillPop(); in WillPop()
/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp80 ThreadPlanCallFunction *call_function_thread_plan in InferiorCallMmap()
81 = new ThreadPlanCallFunction (*thread, in InferiorCallMmap()
172 lldb::ThreadPlanSP call_plan_sp (new ThreadPlanCallFunction (*thread, in InferiorCallMunmap()
226 ThreadPlanCallFunction *call_function_thread_plan in InferiorCall()
227 = new ThreadPlanCallFunction (*thread, in InferiorCall()
/external/lldb/source/Expression/
DClangFunction.cpp423 ThreadPlan *new_plan = new ThreadPlanCallFunction (*thread, in GetThreadPlanToCallFunction()
DClangUserExpression.cpp876 …lldb::addr_t function_stack_pointer = static_cast<ThreadPlanCallFunction *>(call_plan_sp.get())->G… in Execute()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj376 …6F00698AC0 /* ThreadPlanCallFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49EC3E9811…
1482ThreadPlanCallFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sou…
1483ThreadPlanCallFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourc…
3092 49EC3E9C118F90D400B1265E /* ThreadPlanCallFunction.h */,
3093 49EC3E98118F90AC00B1265E /* ThreadPlanCallFunction.cpp */,
4161 268900FD13353E6F00698AC0 /* ThreadPlanCallFunction.cpp in Sources */,