DBG: Debugging using Pin


Functions

void LEVEL_PINCLIENT::PIN_FindLineFileByAddress (ADDRINT address, INT32 *line, const CHAR **file)
void LEVEL_PINCLIENT::PIN_FindColumnLineFileByAddress (ADDRINT address, INT32 *column, INT32 *line, const CHAR **file)

Detailed Description

Access the debug information contained in an elf binary.

Function Documentation

void LEVEL_PINCLIENT::PIN_FindColumnLineFileByAddress ADDRINT  address,
INT32 *  column,
INT32 *  line,
const CHAR **  file
 

Find the line number and file corresponding to a memory address. Compile your program with -g to include line number information. Pin can only read dwarf2 information, which is the default for most modern compilers. Use -gdwarf-2 if you are using gcc 2.96.

Parameters:
address The code address to lookup
line A pointer to the variable that will hold the line number
file A pointer to the variable that will hold the file name

void LEVEL_PINCLIENT::PIN_FindLineFileByAddress ADDRINT  address,
INT32 *  line,
const CHAR **  file
 

Find the line number and file corresponding to a memory address. Compile your program with -g to include line number information. Pin can only read dwarf2 information, which is the default for most modern compilers. Use -gdwarf-2 if you are using gcc 2.96.

Parameters:
address The code address to lookup
line A pointer to the variable that will hold the line number
file A pointer to the variable that will hold the file name


Generated on Tue Jan 16 00:09:08 2007 for Pin by  doxygen 1.4.6