Searched refs:GetAction (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h38 Action GetAction() const { return m_action; } function in class:lldb_private::FileAction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp100 switch (action.GetAction()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h265 RendezvousAction GetAction() const;
H A DDYLDRendezvous.cpp176 DYLDRendezvous::RendezvousAction DYLDRendezvous::GetAction() const { function in class:DYLDRendezvous
211 auto action = GetAction();
247 switch (GetAction()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp223 switch (action.GetAction()) {
258 action.GetAction());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp377 if (file_action->GetAction() != FileAction::eFileActionOpen)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp346 if (file_action && file_action->GetAction() == FileAction::eFileActionOpen) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp760 if (file_action->GetAction() == FileAction::eFileActionOpen)
765 if (file_action->GetAction() == FileAction::eFileActionOpen)
770 if (file_action->GetAction() == FileAction::eFileActionOpen)

Completed in 193 milliseconds