Searched refs:SetScriptCallbackFunction (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommandsFromPython.py | 104 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 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,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_breakpoint.py | 31 obj.SetScriptCallbackFunction(None)
|
| H A D | sb_breakpointname.py | 29 obj.SetScriptCallbackFunction("AFunction")
|
| /llvm-project-15.0.7/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 | 201 void SBBreakpointLocation::SetScriptCallbackFunction( in SetScriptCallbackFunction() function in SBBreakpointLocation 206 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
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | clangdiag.py | 145 bp.SetScriptCallbackFunction('clangdiag.setDiagBreakpoint')
|