Main Page | Data Structures | File List | Data Fields | Globals

tracesyms.c File Reference

#include <string.h>
#include "tracesyms.h"
#include "errhandler.h"

Include dependency graph for tracesyms.c:

Go to the source code of this file.

Data Structures

struct  trace_entry

Typedefs

typedef trace_entry trace_entry_t

Functions

void add_to_trace_list (char *trace_symb)
bool is_on_trace_list (char *symb_name)

Variables

static trace_entry_ttrace_list = NULL


Typedef Documentation

typedef struct trace_entry trace_entry_t
 


Function Documentation

void add_to_trace_list char *  trace_symb  ) 
 

Definition at line 109 of file tracesyms.c.

References trace_entry::prev, safe_malloc(), and trace_entry::tracee.

Referenced by get_args().

Here is the call graph for this function:

bool is_on_trace_list char *  symb_name  ) 
 

Definition at line 136 of file tracesyms.c.

References trace_entry::prev, and trace_entry::tracee.

Referenced by trace_creation().


Variable Documentation

trace_entry_t* trace_list = NULL [static]
 

Definition at line 77 of file tracesyms.c.


Generated on Fri Aug 18 14:05:18 2006 for Toke1.0 by  doxygen 1.4.4