Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Partial implementation of DWARF expression evaluator
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 6 Mar 2014 14:06:56 +0000 (15:06 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 6 Mar 2014 14:09:47 +0000 (15:09 +0100)
commitdc9d4601416c48fbfed05be80d69cb7fd0d56794
tree62a5e0fecbb87c428753e7cc251cf6cd807a5acb
parent49e85177c669d793e84242983a1b1f430e47184e
[mc] Partial implementation of DWARF expression evaluator

In order to resolve complexe location expressions of (C++ object)
inheritance relationships, it is necessary to implement a real DWARF
expression stack machine.
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
src/mc/mc_dwarf_expression.c [new file with mode: 0644]
src/mc/mc_private.h
testsuite/mc/CMakeLists.txt [new file with mode: 0644]
testsuite/mc/dwarf.c [new file with mode: 0644]
testsuite/mc/dwarf_expression.c [new file with mode: 0644]