Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp46 launch_info.AppendFileAction(action); in SetOptionValue()
54 launch_info.AppendFileAction(action); in SetOptionValue()
62 launch_info.AppendFileAction(action); in SetOptionValue()
75 launch_info.AppendFileAction(action); in SetOptionValue()
77 launch_info.AppendFileAction(action); in SetOptionValue()
79 launch_info.AppendFileAction(action); in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp51 AppendFileAction(file_action); in ProcessLaunchInfo()
58 AppendFileAction(file_action); in ProcessLaunchInfo()
65 AppendFileAction(file_action); in ProcessLaunchInfo()
74 AppendFileAction(file_action); in AppendCloseFileAction()
83 AppendFileAction(file_action); in AppendDuplicateFileAction()
93 AppendFileAction(file_action); in AppendOpenFileAction()
103 AppendFileAction(file_action); in AppendSuppressFileAction()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h40 void AppendFileAction(const FileAction &info) { in AppendFileAction() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp927 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDIN()
943 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDOUT()
959 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDERR()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3504 launch_info.AppendFileAction(action); in GetStandardIO()
3509 launch_info.AppendFileAction(action); in GetStandardIO()
3514 launch_info.AppendFileAction(action); in GetStandardIO()