Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBBreakpointName.h95 bool GetCommandLineCommands(lldb::SBStringList &commands);
HDSBBreakpointLocation.h78 bool GetCommandLineCommands(lldb::SBStringList &commands);
HDSBBreakpoint.h111 bool GetCommandLineCommands(SBStringList &commands);
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp291 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation
HDSBBreakpointName.cpp479 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName
HDSBBreakpoint.cpp496 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp8686 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_GetCommandLineCommands()
10262 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_GetCommandLineCommands()
11533 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_GetCommandLineCommands()