Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Implement translation of register number
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 4 Apr 2014 13:14:08 +0000 (15:14 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 4 Apr 2014 13:19:26 +0000 (15:19 +0200)
commita88e134d6e42882cd3c0bdebc5775e12083947de
treed42d026636d56e575ee8e51fa1548737c763ac44
parent8988039939e6ba24b38a372c577bcfb8fcb93569
[mc] Implement translation of register number

Libunwind and DWARF do not associated the same regsiter number (at
least in i386) so me need to translate from DWARf register numbers
into libunwind register numbers.

Fix broken expression evaluation on i386.
src/mc/mc_dwarf_expression.c