Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp54 AppendFileAction(file_action); in ProcessLaunchInfo()
61 AppendFileAction(file_action); in ProcessLaunchInfo()
68 AppendFileAction(file_action); in ProcessLaunchInfo()
77 AppendFileAction(file_action); in AppendCloseFileAction()
86 AppendFileAction(file_action); in AppendDuplicateFileAction()
96 AppendFileAction(file_action); in AppendOpenFileAction()
106 AppendFileAction(file_action); in AppendSuppressFileAction()
H A DProcess.cpp430 launch_info.AppendFileAction(action); in SetOptionValue()
438 launch_info.AppendFileAction(action); in SetOptionValue()
446 launch_info.AppendFileAction(action); in SetOptionValue()
459 launch_info.AppendFileAction(action); in SetOptionValue()
461 launch_info.AppendFileAction(action); in SetOptionValue()
463 launch_info.AppendFileAction(action); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h42 void AppendFileAction(const FileAction &info) { in AppendFileAction() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp893 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDIN()
909 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDOUT()
925 m_process_launch_info.AppendFileAction(file_action); in Handle_QSetSTDERR()