Home
last modified time | relevance | path

Searched refs:SetScriptCallbackBody (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointLocation.i97 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
99 SetScriptCallbackBody (const char *script_body_text);
H A DSBBreakpoint.i201 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
203 SetScriptCallbackBody (const char *script_body_text);
H A DSBBreakpointName.i95 SBError SetScriptCallbackBody(const char *script_body_text);
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpoint.py32 obj.SetScriptCallbackBody(None)
H A Dsb_breakpointname.py33 obj.SetScriptCallbackBody("Insert Python Code here")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointLocation.h61 SBError SetScriptCallbackBody(const char *script_body_text);
H A DSBBreakpointName.h95 SBError SetScriptCallbackBody(const char *script_body_text);
H A DSBBreakpoint.h106 SBError SetScriptCallbackBody(const char *script_body_text);
/llvm-project-15.0.7/lldb/test/API/functionalities/stop-on-sharedlibrary-load/
H A DTestStopOnSharedlibraryEvents.py36 bkpt.SetScriptCallbackBody("return False")
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py95 error = body_bkpt.SetScriptCallbackBody(
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp234 SBBreakpointLocation::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointLocation
H A DSBBreakpointName.cpp584 SBBreakpointName::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointName
H A DSBBreakpoint.cpp634 SBError SBBreakpoint::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpoint
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py244 …bkpt.SetScriptCallbackBody('\tprint("I am a function that prints.")\n\tprint("I don\'t do anything…