AsmGrader 0.0.0
Loading...
Searching...
No Matches
tracer.hpp File Reference
#include <asmgrader/common/aliases.hpp>
#include <asmgrader/common/error_types.hpp>
#include <asmgrader/common/unreachable.hpp>
#include <asmgrader/meta/count_if.hpp>
#include <asmgrader/meta/tuple_matcher.hpp>
#include <asmgrader/subprocess/memory/concepts.hpp>
#include <asmgrader/subprocess/memory/memory_io.hpp>
#include <asmgrader/subprocess/run_result.hpp>
#include <asmgrader/subprocess/syscall.hpp>
#include <asmgrader/subprocess/syscall_record.hpp>
#include <asmgrader/subprocess/tracer_types.hpp>
#include <fmt/format.h>
#include <array>
#include <chrono>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <ctime>
#include <functional>
#include <memory>
#include <optional>
#include <tuple>
#include <type_traits>
#include <variant>
#include <vector>
#include <linux/ptrace.h>
#include <sys/ptrace.h>
#include <sys/types.h>
#include <sys/user.h>
Include dependency graph for tracer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asmgrader::Tracer
 A lightweight wrapper of ptrace(2) More...
 

Namespaces

namespace  asmgrader
 

Functions

template<std::floating_point Arg>
auto asmgrader::setup_function_param (const Arg &arg)