Home
last modified time | relevance | path

Searched refs:GetOptionsSpecifyingKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp58 BreakpointLocation::GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) in GetOptionsSpecifyingKind() function in BreakpointLocation
119 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
141 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
163 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
185 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
226 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
338 return GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in GetIgnoreCount()
382 ->MatchesSpec(GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
628 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
640 GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h268 const BreakpointOptions *GetOptionsSpecifyingKind(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp699 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()