Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i103 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpointName.i93 bool GetCommandLineCommands(SBStringList &commands);
H A DSBBreakpoint.i207 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h65 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpointName.h93 bool GetCommandLineCommands(lldb::SBStringList &commands);
H A DSBBreakpoint.h104 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
H A 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()
H A 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-13.1/lib/clang/liblldb/
H A 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()