|
AsmGrader 0.0.0
|
This is the complete list of members for asmgrader::TestContext, including all inherited members.
| create_buffer() | asmgrader::TestContext | |
| exec_syscall(u64 sys_nr, std::array< std::uint64_t, 6 > args) | asmgrader::TestContext | |
| finalize() | asmgrader::TestContext | |
| find_function(std::string name) | asmgrader::TestContext | |
| find_symbol(std::string_view name) | asmgrader::TestContext | |
| flush_stdin() | asmgrader::TestContext | |
| get_full_stdout() | asmgrader::TestContext | |
| get_name() const | asmgrader::TestContext | |
| get_registers() const | asmgrader::TestContext | |
| get_stdout() | asmgrader::TestContext | |
| get_syscall_records() const | asmgrader::TestContext | |
| require(bool condition, const std::string &msg, RequirementResult::DebugInfo debug_info=RequirementResult::DebugInfo{}) | asmgrader::TestContext | |
| require(bool condition, RequirementResult::DebugInfo debug_info=RequirementResult::DebugInfo{}) | asmgrader::TestContext | |
| require(const Requirement< Op > &req, RequirementResult::DebugInfo debug_info=RequirementResult::DebugInfo{}) | asmgrader::TestContext | |
| restart_program() | asmgrader::TestContext | |
| run() | asmgrader::TestContext | |
| send_stdin(const std::string &input) | asmgrader::TestContext | |
| TestContext(TestBase &test, Program program, std::function< void(const RequirementResult &)> on_requirement=common::noop) noexcept | asmgrader::TestContext | explicit |