Searched refs:SetScriptCallbackFunction (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 58 void SetScriptCallbackFunction(const char *callback_function_name); 60 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,
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 549 void SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointName 553 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction() 556 SBError SBBreakpointName::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointName
|
| H A D | SBBreakpointLocation.cpp | 218 void SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation 223 SBError SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
|
| H A D | SBBreakpoint.cpp | 601 void SBBreakpoint::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpoint 605 SetScriptCallbackFunction(callback_function_name, empty_args); in SetScriptCallbackFunction() 608 SBError SBBreakpoint::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpoint
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | clangdiag.py | 145 bp.SetScriptCallbackFunction('clangdiag.setDiagBreakpoint')
|