Change checkstack.py tool - key functions by address instead of name.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 13 Jul 2008 14:59:11 +0000 (10:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 13 Jul 2008 14:59:11 +0000 (10:59 -0400)
commit95cde27fed8eecf481ad1500d7181e67080c5ee2
tree3103a122b67fcb672b478e6eb732fe4bfea3cedc
parent4556a2c957e8057a2f9e2b4ba5d43bab28ca2cff
Change checkstack.py tool - key functions by address instead of name.

Keying by address allows the tool to work even when multiple symbols
    have the same address.
tools/checkstack.py