#include "common/h/Types.h"#include <stdio.h>#include <assert.h>Go to the source code of this file.
Functions | |
| void | Address_chk () |
| char * | Address_str (Address addr) |
| int | ThrIDToTid (Dyninst::THR_ID id) |
Variables | |
| static const unsigned int | _numaddrstrs = 8 |
| static char | _addrstr [_numaddrstrs][19] |
| char* Address_str | ( | Address | addr | ) |
Definition at line 54 of file Types.C.
References _addrstr, and _numaddrstrs.
| int ThrIDToTid | ( | Dyninst::THR_ID | id | ) |
char _addrstr[_numaddrstrs][19] [static] |
Definition at line 48 of file Types.C.
Referenced by Address_str().
const unsigned int _numaddrstrs = 8 [static] |
Definition at line 46 of file Types.C.
Referenced by Address_str().
1.6.1