Searched refs:SetCommandLineCommands (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpointName.h | 93 void SetCommandLineCommands(lldb::SBStringList &commands);
|
H A D | SBBreakpointLocation.h | 76 void SetCommandLineCommands(lldb::SBStringList &commands);
|
H A D | SBBreakpoint.h | 109 void SetCommandLineCommands(SBStringList &commands);
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointLocation
|
H A D | SBBreakpointName.cpp | 460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
|
H A D | SBBreakpoint.cpp | 479 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 8642 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...] |