Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i93 bool GetCommandLineCommands(SBStringList &commands);
DSBBreakpointLocation.i103 bool GetCommandLineCommands(SBStringList &commands);
DSBBreakpoint.i207 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp289 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation
290 LLDB_RECORD_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in GetCommandLineCommands()
508 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in RegisterMethods()
DSBBreakpointName.cpp493 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName
494 LLDB_RECORD_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in GetCommandLineCommands()
741 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in RegisterMethods()
DSBBreakpoint.cpp512 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint
513 LLDB_RECORD_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in GetCommandLineCommands()
1038 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h65 bool GetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpointName.h93 bool GetCommandLineCommands(lldb::SBStringList &commands);
DSBBreakpoint.h104 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp7607 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_GetCommandLineCommands()
9153 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_GetCommandLineCommands()
10424 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_GetCommandLineCommands()