reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   59   const FileAction *GetFileActionAtIndex(size_t idx) const;

References

tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
   99     const FileAction &action = *info.GetFileActionAtIndex(i);
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  343     while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  312     while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  376     const auto file_action = launch_info.GetFileActionAtIndex(i);