| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 77 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 D | SBBreakpoint.i | 181 …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 D | SBBreakpointName.i | 85 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 D | SBBreakpointLocation.h | 56 void SetScriptCallbackFunction(const char *callback_function_name); 58 SBError SetScriptCallbackFunction(const char *callback_function_name,
|
| H A D | SBBreakpointName.h | 86 void SetScriptCallbackFunction(const char *callback_function_name); 88 SBError SetScriptCallbackFunction(const char *callback_function_name,
|
| H A D | SBBreakpoint.h | 97 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 D | SBBreakpointLocation.cpp | 211 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 D | SBBreakpointName.cpp | 570 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 D | SBBreakpoint.cpp | 619 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 D | LLDBWrapLua.cpp | 7415 (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()
|