Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
ref.c
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 The University of Utah
3
*
4
* This program is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU General Public License as
6
* published by the Free Software Foundation; either version 2 of
7
* the License, or (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17
*/
18
19
#include "
common.h
"
20
21
#ifdef REF_DEBUG
22
23
#include <glib.h>
24
25
GHashTable *greftab = NULL;
26
GHashTable *grefstab = NULL;
27
28
GHashTable *grefwtab = NULL;
29
GHashTable *grefwstab = NULL;
30
31
#endif
common.h
Generated on Thu Jul 27 2017 20:47:31 for Stackdb by
1.8.8