Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp5213 switch (GetFollowForkMode()) { in DidFork()
5240 if (GetFollowForkMode() == eFollowChild) in DidFork()
5260 if (GetFollowForkMode() == eFollowChild) { in DidFork()
5280 switch (GetFollowForkMode()) { in DidVFork()
5318 if (GetFollowForkMode() == eFollowChild) { in DidVFork()
5336 if (GetFollowForkMode() == eFollowChild) in DidExec()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h102 FollowForkMode GetFollowForkMode() const;
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp352 FollowForkMode ProcessProperties::GetFollowForkMode() const { in GetFollowForkMode() function in ProcessProperties