Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7888 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_GetCommandLineCommands()
9464 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_GetCommandLineCommands()
10735 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_GetCommandLineCommands()