Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp55 const BreakpointOptions &BreakpointLocation::GetOptionsSpecifyingKind( in GetOptionsSpecifyingKind() function in BreakpointLocation
116 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
138 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
160 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
182 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
230 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition) in GetConditionText()
341 return GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in GetIgnoreCount()
385 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
632 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
645 GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in Dump()
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h221 GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) const;
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp639 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()