Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) {
292 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { 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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8686 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_GetCommandLineCommands()
10262 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_GetCommandLineCommands()
11533 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_GetCommandLineCommands()