Home
last modified time | relevance | path

Searched refs:FollowForkMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h178 enum FollowForkMode { enum
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h113 FollowForkMode GetFollowForkMode() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td298 def FollowForkMode: Property<"follow-fork-mode", "Enum">,
H A DProcess.cpp356 FollowForkMode ProcessProperties::GetFollowForkMode() const { in GetFollowForkMode()
358 return GetPropertyAtIndexAs<FollowForkMode>( in GetFollowForkMode()
359 idx, static_cast<FollowForkMode>( in GetFollowForkMode()