Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h93 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointLocation.h76 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h109 void SetCommandLineCommands(SBStringList &commands);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) {
275 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { SetCommandLineCommands() function in SBBreakpointLocation
H A DSBBreakpointName.cpp460 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
H A DSBBreakpoint.cpp479 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8655 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_SetCommandLineCommands()
10231 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_SetCommandLineCommands()
11502 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_SetCommandLineCommands()