Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp54 const BreakpointOptions &BreakpointLocation::GetOptionsSpecifyingKind( in GetOptionsSpecifyingKind() function in BreakpointLocation
108 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
130 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
152 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
174 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
222 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
334 return GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in GetIgnoreCount()
378 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
629 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
641 GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h221 GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp600 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()