Searched refs:GetCommandLineCommands (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpointName.h | 95 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
H A D | SBBreakpointLocation.h | 78 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
H A D | SBBreakpoint.h | 111 bool GetCommandLineCommands(SBStringList &commands);
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation
|
H A D | SBBreakpointName.cpp | 479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName
|
H A D | SBBreakpoint.cpp | 496 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint
|
/freebsd-src/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 8673 SWIG_check_num_args("lldb::SBBreakpoint::GetCommandLineCommands",2,2) in _wrap_SBBreakpointList_FindBreakpointByID() 8674 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::GetCommandLineCommands",1,"lldb::SBBreakpoint *"); in _wrap_SBBreakpointList_FindBreakpointByID() 8675 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::GetCommandLineCommands",2,"lldb::SBStringList &"); in _wrap_SBBreakpointList_FindBreakpointByID() 8686 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointList_FindBreakpointByID() 9334 { "GetCommandLineCommands", _wrap_SBBreakpoint_GetCommandLineCommands}, in _wrap_SBBreakpointLocation_SetScriptCallbackFunction() 10249 SWIG_check_num_args("lldb::SBBreakpointLocation::GetCommandLineCommands",2,2) in _wrap_SBBreakpointName_GetIgnoreCount() 10250 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointLocation::GetCommandLineCommands",1,"lldb::SBBreakpointLocation *"); in _wrap_SBBreakpointName_GetIgnoreCount() 10251 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpointLocation::GetCommandLineCommands",2,"lldb::SBStringList &"); in _wrap_SBBreakpointName_GetIgnoreCount() 10262 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_SetCondition() 10614 { "GetCommandLineCommands", _wrap_SBBreakpointLocation_GetCommandLineCommand in _wrap_SBBreakpointName_SetScriptCallbackFunction__SWIG_1() [all...] |