Simplify ExprDumper now that the expression parser is simpler.
authorEli Bendersky <eliben@gmail.com>
Sat, 14 Mar 2020 12:52:03 +0000 (05:52 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 14 Mar 2020 12:52:03 +0000 (05:52 -0700)
commit9377b5513b6dbf8421a07ea3aa222a63326a8919
treec581e38a2d0da81b72981c9dd526e27bc3d0e98f
parent2c8f7dc9b51df9448e74e730f787e7db9db0ef19
Simplify ExprDumper now that the expression parser is simpler.

We no longer need the part-by-part dumping and separate process/get_str.

Also simplify tests.

Fixes #298
elftools/dwarf/descriptions.py
test/test_dwarf_expr.py