Home
last modified time | relevance | path

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

/freebsd-13.1/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 DSBBreakpoint.i201 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
203 SetScriptCallbackBody (const char *script_body_text);
H A DSBBreakpointName.i95 SBError SetScriptCallbackBody(const char *script_body_text);
/freebsd-13.1/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.h106 SBError SetScriptCallbackBody(const char *script_body_text);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp247 SBBreakpointLocation::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointLocation
248 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointLocation, SetScriptCallbackBody, in SetScriptCallbackBody()
505 SetScriptCallbackBody, (const char *)); in RegisterMethods()
H A DSBBreakpointName.cpp608 SBBreakpointName::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointName
609 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody, in SetScriptCallbackBody()
752 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody, in RegisterMethods()
H A DSBBreakpoint.cpp654 SBError SBBreakpoint::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpoint
655 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody, in SetScriptCallbackBody()
1052 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7543 result = (arg1)->SetScriptCallbackBody((char const *)arg2); in _wrap_SBBreakpoint_SetScriptCallbackBody()
9089 result = (arg1)->SetScriptCallbackBody((char const *)arg2); in _wrap_SBBreakpointLocation_SetScriptCallbackBody()
10451 result = (arg1)->SetScriptCallbackBody((char const *)arg2); in _wrap_SBBreakpointName_SetScriptCallbackBody()