Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpointName.i91 void SetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
H A DSBBreakpoint.i205 void SetCommandLineCommands(SBStringList &commands);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointLocation.h65 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointName.h91 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h102 void SetCommandLineCommands(SBStringList &commands);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp274 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointLocation
H A DSBBreakpointName.cpp458 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
H A DSBBreakpoint.cpp482 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint