Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBBreakpointLocation.i97 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
99 SetScriptCallbackBody (const char *script_body_text);
DSBBreakpoint.i201 Returns true if the body compiles successfully, false if not.") SetScriptCallbackBody;
203 SetScriptCallbackBody (const char *script_body_text);
DSBBreakpointName.i95 SBError SetScriptCallbackBody(const char *script_body_text);
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpoint.py32 obj.SetScriptCallbackBody(None)
Dsb_breakpointname.py33 obj.SetScriptCallbackBody("Insert Python Code here")
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h61 SBError SetScriptCallbackBody(const char *script_body_text);
DSBBreakpointName.h95 SBError SetScriptCallbackBody(const char *script_body_text);
DSBBreakpoint.h106 SBError SetScriptCallbackBody(const char *script_body_text);
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp247 SBBreakpointLocation::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointLocation
248 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointLocation, SetScriptCallbackBody, in SetScriptCallbackBody()
505 SetScriptCallbackBody, (const char *)); in RegisterMethods()
DSBBreakpointName.cpp609 SBBreakpointName::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpointName
610 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody, in SetScriptCallbackBody()
753 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointName, SetScriptCallbackBody, in RegisterMethods()
DSBBreakpoint.cpp654 SBError SBBreakpoint::SetScriptCallbackBody(const char *callback_body_text) { in SetScriptCallbackBody() function in SBBreakpoint
655 LLDB_RECORD_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody, in SetScriptCallbackBody()
1052 LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody, in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommandsFromPython.py90 error = body_bkpt.SetScriptCallbackBody(
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py252 …bkpt.SetScriptCallbackBody('\tprint("I am a function that prints.")\n\tprint("I don\'t do anything…