lunes, abril 18, 2005

Using GDB

file : File to execute/debug

set environment = : Environment variable active during the execution/debug.

x : Gives the symbol asociated with this address.

info line *() : If possible (executable compiled with '-g') gives the file and line of the HEX_ADDRESS position.