util: Lookup symbol names from addresses.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Apr 2009 20:00:59 +0000 (21:00 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Apr 2009 20:29:58 +0000 (21:29 +0100)
commit346e12773219b8a514b6cab7a670777c0fb554b6
treef48d7c1c2e194b1fdf01469957d3968abf5229cf
parentd11a476ead3e617e45b091f73bd1f67042643a0f
util: Lookup symbol names from addresses.

Nice for stack backtraces.

Windows-only for now.
src/gallium/auxiliary/util/Makefile
src/gallium/auxiliary/util/SConscript
src/gallium/auxiliary/util/u_debug_stack.c
src/gallium/auxiliary/util/u_debug_symbol.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_debug_symbol.h [new file with mode: 0644]