Home
last modified time | relevance | path

Searched refs:StepUsingScriptedThreadPlan (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h123 SBError StepUsingScriptedThreadPlan(const char *script_class_name);
125 SBError StepUsingScriptedThreadPlan(const char *script_class_name,
128 SBError StepUsingScriptedThreadPlan(const char *script_class_name,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i254 StepUsingScriptedThreadPlan (const char *script_class_name);
257 StepUsingScriptedThreadPlan (const char *script_class_name, bool resume_immediately);
260 StepUsingScriptedThreadPlan(const char *script_class_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp910 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name) { in StepUsingScriptedThreadPlan() function in SBThread
911 LLDB_RECORD_METHOD(lldb::SBError, SBThread, StepUsingScriptedThreadPlan, in StepUsingScriptedThreadPlan()
915 StepUsingScriptedThreadPlan(script_class_name, true)); in StepUsingScriptedThreadPlan()
918 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name, in StepUsingScriptedThreadPlan() function in SBThread
920 LLDB_RECORD_METHOD(lldb::SBError, SBThread, StepUsingScriptedThreadPlan, in StepUsingScriptedThreadPlan()
925 return LLDB_RECORD_RESULT(StepUsingScriptedThreadPlan( in StepUsingScriptedThreadPlan()
929 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name, in StepUsingScriptedThreadPlan() function in SBThread
932 LLDB_RECORD_METHOD(lldb::SBError, SBThread, StepUsingScriptedThreadPlan, in StepUsingScriptedThreadPlan()
1422 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, StepUsingScriptedThreadPlan, in RegisterMethods()
1424 LLDB_REGISTER_METHOD(lldb::SBError, SBThread, StepUsingScriptedThreadPlan, in RegisterMethods()
[all …]
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54803 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2); in _wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_0()
54836 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,arg3); in _wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_1()
54876 result = (arg1)->StepUsingScriptedThreadPlan((char const *)arg2,*arg3,arg4); in _wrap_SBThread_StepUsingScriptedThreadPlan__SWIG_2()