Never show raw addresses in output.
authorMilian Wolff <mail@milianw.de>
Sun, 22 Jan 2017 11:59:08 +0000 (12:59 +0100)
committerMilian Wolff <mail@milianw.de>
Sun, 22 Jan 2017 11:59:08 +0000 (12:59 +0100)
commitb886e8f9988fd7abbc65496d28f2a4cf283eadfa
tree77132c8bc3571e12cae564f0f185fa854a303ae8
parent5033297c08feda946021e7a5ba251951ce2e84fe
Never show raw addresses in output.

This information is pretty useless, imho. Always returning a shared
<unresolved function> string as function name instead of the
stringified adress speeds up the code significantly and reduces
memory as more stack branches can get merged.
src/analyze/gui/parser.cpp