Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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,
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py104 func_bkpt.SetScriptCallbackFunction("bktptcmd.function")
110 error = fancy_bkpt.SetScriptCallbackFunction("bktptcmd.another_function", extra_args)
123 error = not_so_fancy_bkpt.SetScriptCallbackFunction("bktptcmd.empty_extra_args", empty_args)
130 error = list_bkpt.SetScriptCallbackFunction("bktptcmd.a_list_function", extra_args)
180 error = bkpt.SetScriptCallbackFunction("bktptcmd.function", extra_args)
183 error = bkpt.SetScriptCallbackFunction("bktptcmd.useless_function", extra_args)
186 error = bkpt.SetScriptCallbackFunction("bktptcmd.nosuch_function", extra_args)
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpoint.py31 obj.SetScriptCallbackFunction(None)
H A Dsb_breakpointname.py29 obj.SetScriptCallbackFunction("AFunction")
/llvm-project-15.0.7/lldb/source/API/
H A 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
H A DSBBreakpointLocation.cpp201 void SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
206 SBError SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation
H A 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
/llvm-project-15.0.7/clang/utils/
H A Dclangdiag.py145 bp.SetScriptCallbackFunction('clangdiag.setDiagBreakpoint')