Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp44 launch_info.AppendFileAction(action); in SetOptionValue()
52 launch_info.AppendFileAction(action); in SetOptionValue()
60 launch_info.AppendFileAction(action); in SetOptionValue()
73 launch_info.AppendFileAction(action); in SetOptionValue()
75 launch_info.AppendFileAction(action); in SetOptionValue()
77 launch_info.AppendFileAction(action); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp52 AppendFileAction(file_action); in ProcessLaunchInfo()
59 AppendFileAction(file_action); in ProcessLaunchInfo()
66 AppendFileAction(file_action); in ProcessLaunchInfo()
75 AppendFileAction(file_action); in AppendCloseFileAction()
84 AppendFileAction(file_action); in AppendDuplicateFileAction()
94 AppendFileAction(file_action); in AppendOpenFileAction()
104 AppendFileAction(file_action); in AppendSuppressFileAction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h40 void AppendFileAction(const FileAction &info) { in AppendFileAction() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp864 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDIN()
880 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDOUT()
896 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDERR()