Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i91 void SetCommandLineCommands(SBStringList &commands);
DSBBreakpointLocation.i101 void SetCommandLineCommands(SBStringList &commands);
DSBBreakpoint.i205 void SetCommandLineCommands(SBStringList &commands);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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()
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()
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-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h63 void SetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpointName.h91 void SetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpoint.h102 void SetCommandLineCommands(SBStringList &commands);
/freebsd-12-stable/lib/clang/liblldb/
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()