Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h95 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointLocation.h78 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h111 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation
H A DSBBreakpointName.cpp479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName
H A DSBBreakpoint.cpp496 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8673 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...]