Geant4_10
Classes | Functions | Variables
filter.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <unistd.h>
#include "memoryprotection/filter.h"
Include dependency graph for filter.cc:

Go to the source code of this file.

Classes

struct  AddressTable
 

Functions

int bSearchAddress (unsigned long address, int head, int tail)
 
int findAddress (unsigned long address)
 
int insertAddress (unsigned long address)
 
void outputAddresses (char *cmd)
 
void generategdbscripts ()
 

Variables

int position = -1
 
struct AddressTable Detected
 

Function Documentation

int bSearchAddress ( unsigned long  address,
int  head,
int  tail 
)

Definition at line 18 of file filter.cc.

Here is the caller graph for this function:

int findAddress ( unsigned long  address)

Definition at line 38 of file filter.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void generategdbscripts ( )

Definition at line 97 of file filter.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

int insertAddress ( unsigned long  address)

Definition at line 44 of file filter.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void outputAddresses ( char *  cmd)

Definition at line 84 of file filter.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

struct AddressTable Detected
int position = -1

Definition at line 7 of file filter.cc.