Home
last modified time | relevance | path

Searched refs:SetCommandLineCommands (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h93 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointLocation.h76 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h109 void SetCommandLineCommands(SBStringList &commands);
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointLocation
H A DSBBreakpointName.cpp460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
H A DSBBreakpoint.cpp479 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8642 SWIG_check_num_args("lldb::SBBreakpoint::SetCommandLineCommands",2,2) in _wrap_SBBreakpointList_GetBreakpointAtIndex()
8643 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::SetCommandLineCommands",1,"lldb::SBBreakpoint *"); in _wrap_SBBreakpointList_GetBreakpointAtIndex()
8644 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::SetCommandLineCommands",2,"lldb::SBStringList &"); in _wrap_SBBreakpointList_GetBreakpointAtIndex()
8655 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointList_GetBreakpointAtIndex()
9333 { "SetCommandLineCommands", _wrap_SBBreakpoint_SetCommandLineCommands}, in _wrap_SBBreakpointLocation_SetScriptCallbackFunction()
10218 SWIG_check_num_args("lldb::SBBreakpointLocation::SetCommandLineCommands",2,2) in _wrap_SBBreakpointName_SetIgnoreCount()
10219 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetCommandLineCommands",1,"lldb::SBBreakpointLocation *"); in _wrap_SBBreakpointName_SetIgnoreCount()
10220 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpointLocation::SetCommandLineCommands",2,"lldb::SBStringList &"); in _wrap_SBBreakpointName_SetIgnoreCount()
10231 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_SetIgnoreCount()
10613 { "SetCommandLineCommands", _wrap_SBBreakpointLocation_SetCommandLineCommand in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_1()
[all...]