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.cpp56 const BreakpointOptions &BreakpointLocation::GetOptionsSpecifyingKind( in GetOptionsSpecifyingKind() function in BreakpointLocation
104 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadID()
125 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadIndex()
146 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetThreadName()
167 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in GetQueueName()
212 return GetOptionsSpecifyingKind(BreakpointOptions::eCondition).GetCondition(); in GetCondition()
327 return GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in GetIgnoreCount()
371 GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in ValidForThisThread()
638 lldb::tid_t tid = GetOptionsSpecifyingKind(BreakpointOptions::eThreadSpec) in Dump()
650 GetOptionsSpecifyingKind(BreakpointOptions::eIgnoreCount) in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h211 GetOptionsSpecifyingKind(BreakpointOptions::OptionKind kind) const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp601 ->GetOptionsSpecifyingKind(BreakpointOptions::eCallback) in DoExecute()