Home
last modified time | relevance | path

Searched refs:StringIsBreakpointName (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h79 static bool StringIsBreakpointName(llvm::StringRef str, Status &error);
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointID.cpp91 bool BreakpointID::StringIsBreakpointName(llvm::StringRef str, Status &error) { in StringIsBreakpointName() function in BreakpointID
H A DBreakpointList.cpp140 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(name), error)) in FindBreakpointsByName()
H A DBreakpointIDList.cpp97 } else if (BreakpointID::StringIsBreakpointName(current_arg, error)) { in FindAndReplaceIDRanges()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp412 if (BreakpointID::StringIsBreakpointName(option_arg, error)) in SetOptionValue()
1543 if (BreakpointID::StringIsBreakpointName(option_arg, error) &&
1687 if (!BreakpointID::StringIsBreakpointName(entry.ref(), error)) { in CommandObjectBreakpointNameConfigure()
2109 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(option_arg),
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp764 BreakpointID::StringIsBreakpointName(name.GetStringRef(), error); in FindBreakpointName()