Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i77 The function takes three arguments (frame, bp_loc, internal_dict).") SetScriptCallbackFunction;
79 SetScriptCallbackFunction (const char *callback_function_name);
84 …akpoint is hit the extra_args will be passed to the callback function.") SetScriptCallbackFunction;
86 SetScriptCallbackFunction (const char *callback_function_name,
H A DSBBreakpoint.i181 …e name of the script function to be called when the breakpoint is hit.") SetScriptCallbackFunction;
183 SetScriptCallbackFunction (const char *callback_function_name);
188 …akpoint is hit the extra_args will be passed to the callback function.") SetScriptCallbackFunction;
190 SetScriptCallbackFunction (const char *callback_function_name,
H A DSBBreakpointName.i85 void SetScriptCallbackFunction(const char *callback_function_name);
88 SetScriptCallbackFunction (const char *callback_function_name,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h56 void SetScriptCallbackFunction(const char *callback_function_name);
58 SBError SetScriptCallbackFunction(const char *callback_function_name,
H A DSBBreakpointName.h86 void SetScriptCallbackFunction(const char *callback_function_name);
88 SBError SetScriptCallbackFunction(const char *callback_function_name,
H A DSBBreakpoint.h97 void SetScriptCallbackFunction(const char *callback_function_name);
99 SBError SetScriptCallbackFunction(const char *callback_function_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp211 void SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
213 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction, in SetScriptCallbackFunction()
217 SBError SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
220 LLDB_RECORD_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction, in SetScriptCallbackFunction()
500 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction, in RegisterMethods()
502 LLDB_REGISTER_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction, in RegisterMethods()
H A DSBBreakpointName.cpp570 void SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointName
572 LLDB_RECORD_METHOD(void, SBBreakpointName, SetScriptCallbackFunction, in SetScriptCallbackFunction()
575 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction()
578 SBError SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointName
581 LLDB_RECORD_METHOD(SBError, SBBreakpointName, SetScriptCallbackFunction, in SetScriptCallbackFunction()
748 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetScriptCallbackFunction, in RegisterMethods()
750 LLDB_REGISTER_METHOD(SBError, SBBreakpointName, SetScriptCallbackFunction, in RegisterMethods()
H A DSBBreakpoint.cpp619 void SBBreakpoint::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpoint
621 LLDB_RECORD_METHOD(void, SBBreakpoint, SetScriptCallbackFunction, in SetScriptCallbackFunction()
624 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction()
627 SBError SBBreakpoint::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpoint
630 LLDB_RECORD_METHOD(SBError, SBBreakpoint, SetScriptCallbackFunction, in SetScriptCallbackFunction()
1048 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetScriptCallbackFunction, in RegisterMethods()
1050 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackFunction, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7415 (arg1)->SetScriptCallbackFunction((char const *)arg2); in _wrap_SBBreakpoint_SetScriptCallbackFunction__SWIG_0()
7449 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); in _wrap_SBBreakpoint_SetScriptCallbackFunction__SWIG_1()
8961 (arg1)->SetScriptCallbackFunction((char const *)arg2); in _wrap_SBBreakpointLocation_SetScriptCallbackFunction__SWIG_0()
8995 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); in _wrap_SBBreakpointLocation_SetScriptCallbackFunction__SWIG_1()
10262 (arg1)->SetScriptCallbackFunction((char const *)arg2); in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_0()
10296 result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3); in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_1()