Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointName.i91 void SetCommandLineCommands(SBStringList &commands);
H A DSBBreakpoint.i205 void SetCommandLineCommands(SBStringList &commands);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h63 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointName.h91 void SetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h102 void SetCommandLineCommands(SBStringList &commands);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp271 void SBBreakpointLocation::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointLocation
272 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in SetCommandLineCommands()
506 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCommandLineCommands, in RegisterMethods()
H A DSBBreakpointName.cpp473 void SBBreakpointName::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpointName
474 LLDB_RECORD_METHOD(void, SBBreakpointName, SetCommandLineCommands, in SetCommandLineCommands()
739 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetCommandLineCommands, in RegisterMethods()
H A DSBBreakpoint.cpp494 void SBBreakpoint::SetCommandLineCommands(SBStringList &commands) { in SetCommandLineCommands() function in SBBreakpoint
495 LLDB_RECORD_METHOD(void, SBBreakpoint, SetCommandLineCommands, in SetCommandLineCommands()
1036 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCommandLineCommands, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7576 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_SetCommandLineCommands()
9122 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_SetCommandLineCommands()
10393 (arg1)->SetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_SetCommandLineCommands()