gem5  v20.1.0.0
Macros | Functions
process.cc File Reference
#include "sim/process.hh"
#include <fcntl.h>
#include <unistd.h>
#include <array>
#include <climits>
#include <csignal>
#include <map>
#include <string>
#include <vector>
#include "base/intmath.hh"
#include "base/loader/object_file.hh"
#include "base/loader/symtab.hh"
#include "base/statistics.hh"
#include "config/the_isa.hh"
#include "cpu/thread_context.hh"
#include "mem/page_table.hh"
#include "mem/se_translating_port_proxy.hh"
#include "params/Process.hh"
#include "sim/emul_driver.hh"
#include "sim/fd_array.hh"
#include "sim/fd_entry.hh"
#include "sim/redirect_path.hh"
#include "sim/syscall_desc.hh"
#include "sim/system.hh"

Go to the source code of this file.

Macros

#define CLONE_VM   0
 
#define CLONE_FILES   0
 
#define CLONE_THREAD   0
 

Functions

static std::string normalize (std::string &directory)
 

Macro Definition Documentation

◆ CLONE_FILES

#define CLONE_FILES   0

◆ CLONE_THREAD

#define CLONE_THREAD   0

◆ CLONE_VM

#define CLONE_VM   0

Function Documentation

◆ normalize()

static std::string normalize ( std::string &  directory)
static

Definition at line 105 of file process.cc.

Referenced by Process::absolutePath().


Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17