Improvements to checkstack.py tool.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 7 Jun 2008 14:11:36 +0000 (10:11 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 7 Jun 2008 14:11:36 +0000 (10:11 -0400)
commitf5cb0791b881d5faa7545a2f0f69bddfe9d703c9
tree20f56274a6c407b20eafda239d6d222ff56749c5
parent7ba6b30ca97d98c1ed97af19eac446f8214454df
Improvements to checkstack.py tool.

Ignore BX_PANIC calls - they shouldn't happen in practice.
Ignore "addr32" prefix when looking at instructions.
Add check for "lcallw" insn.
Don't display redundant calls to the same function (with same stack usage).
tools/checkstack.py