Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
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,
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,
DSBBreakpointName.i85 void SetScriptCallbackFunction(const char *callback_function_name);
88 SetScriptCallbackFunction (const char *callback_function_name,
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBBreakpointLocation.h58 void SetScriptCallbackFunction(const char *callback_function_name);
60 SBError SetScriptCallbackFunction(const char *callback_function_name,
DSBBreakpointName.h86 void SetScriptCallbackFunction(const char *callback_function_name);
88 SBError SetScriptCallbackFunction(const char *callback_function_name,
DSBBreakpoint.h97 void SetScriptCallbackFunction(const char *callback_function_name);
99 SBError SetScriptCallbackFunction(const char *callback_function_name,
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBreakpointName.cpp549 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
DSBBreakpointLocation.cpp218 void SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
223 SBError SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
DSBBreakpoint.cpp601 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/
Dclangdiag.py145 bp.SetScriptCallbackFunction('clangdiag.setDiagBreakpoint')