|
cprover
|
#include <string>#include <vector>Go to the source code of this file.
Functions | |
| int | run (const std::string &what, const std::vector< std::string > &argv, const std::string &std_input="", const std::string &std_output="", const std::string &std_error="") |
| int | run_shell (const std::string &command) |
| int run | ( | const std::string & | what, |
| const std::vector< std::string > & | argv, | ||
| const std::string & | std_input = "", |
||
| const std::string & | std_output = "", |
||
| const std::string & | std_error = "" |
||
| ) |
Definition at line 82 of file run.cpp.
References PRECONDITION, remove_signal_catcher(), stdio_redirection(), and widen().
Referenced by as_modet::as_hybrid_binary(), gcc_versiont::get(), linker_script_merget::get_linker_script_data(), hybrid_binary(), gcc_modet::preprocess(), as_modet::run_as(), gcc_modet::run_gcc(), ld_modet::run_ld(), and run_shell().