56#ifndef ETISS_INCLUDE_GDB_UNIXTCPGDBCONNECTION_H_
57#define ETISS_INCLUDE_GDB_UNIXTCPGDBCONNECTION_H_
60#if ETISS_USE_POSIX_SOCKET
63#include "etiss/jit/types.h"
77class UnixTCPGDBConnection :
public Connection
80 UnixTCPGDBConnection(
unsigned port = 2222);
81 virtual ~UnixTCPGDBConnection();
82 virtual bool available();
83 bool _available(
bool block);
84 virtual std::string rcv();
85 virtual bool snd(std::string answer);
92 etiss::uint8 buffer_[1024];
contains defines to configure ETISS.
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.