Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointID.h75 static bool StringIsBreakpointName(llvm::StringRef str, Status &error);
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointID.cpp91 bool BreakpointID::StringIsBreakpointName(llvm::StringRef str, Status &error) { in StringIsBreakpointName() function in BreakpointID
DBreakpointList.cpp137 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(name), error)) in FindBreakpointsByName()
DBreakpointIDList.cpp140 } else if (BreakpointID::StringIsBreakpointName(current_arg, error)) { in FindAndReplaceIDRanges()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectBreakpoint.cpp401 if (BreakpointID::StringIsBreakpointName(option_arg, error)) in SetOptionValue()
1578 if (BreakpointID::StringIsBreakpointName(option_arg, error) && in SetOptionValue()
1732 if (!BreakpointID::StringIsBreakpointName(entry.ref(), error)) { in DoExecute()
2170 if (!BreakpointID::StringIsBreakpointName(llvm::StringRef(option_arg), in SetOptionValue()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp721 BreakpointID::StringIsBreakpointName(name.GetStringRef(), error); in FindBreakpointName()