Searched refs:SetScriptCallbackBody (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i97 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
99 SetScriptCallbackBody (const char *script_body_text);
H A DSBBreakpointName.i95 SBError SetScriptCallbackBody(const char *script_body_text);
H A DSBBreakpoint.i198 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
200 SetScriptCallbackBody (const char *script_body_text);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h61 SBError SetScriptCallbackBody(const char *script_body_text);
H A DSBBreakpointName.h95 SBError SetScriptCallbackBody(const char *script_body_text);
H A DSBBreakpoint.h104 SBError SetScriptCallbackBody(const char *script_body_text);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp247 SBBreakpointLocation::SetScriptCallbackBody(const char *callback_body_text) { function in class:SBBreakpointLocation
248 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointLocation, SetScriptCallbackBody,
505 SetScriptCallbackBody, (const char *));
H A DSBBreakpointName.cpp609 SBBreakpointName::SetScriptCallbackBody(const char *callback_body_text) { function in class:SBBreakpointName
610 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody,
753 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody,
H A DSBBreakpoint.cpp629 SBError SBBreakpoint::SetScriptCallbackBody(const char *callback_body_text) { function in class:SBBreakpoint
630 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody,
1024 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7504 SWIG_check_num_args("lldb::SBBreakpoint::SetScriptCallbackBody",2,2)
7505 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::SetScriptCallbackBody",1,"lldb::SBBreakpoint *");
7506 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::SetScriptCallbackBody",2,"char const *");
7513 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
8168 { "SetScriptCallbackBody", _wrap_SBBreakpoint_SetScriptCallbackBody},
9024 SWIG_check_num_args("lldb::SBBreakpointLocation::SetScriptCallbackBody",2,2)
9025 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetScriptCallbackBody",1,"lldb::SBBreakpointLocation *");
9026 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetScriptCallbackBody",2,"char const *");
9033 result = (arg1)->SetScriptCallbackBody((char const *)arg2);
9449 { "SetScriptCallbackBody", _wrap_SBBreakpointLocation_SetScriptCallbackBod
[all...]

Completed in 299 milliseconds