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.h177 enum FollowForkMode { enum
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td273 def FollowForkMode: Property<"follow-fork-mode", "Enum">,
H A DProcess.cpp392 FollowForkMode ProcessProperties::GetFollowForkMode() const { in GetFollowForkMode()
394 return GetPropertyAtIndexAs<FollowForkMode>( in GetFollowForkMode()
395 idx, static_cast<FollowForkMode>( in GetFollowForkMode()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h111 FollowForkMode GetFollowForkMode() const;