OSDN Git Service

util: Cleanup symbol name resolution on Windows.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 17 Feb 2011 15:26:15 +0000 (15:26 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 17 Feb 2011 15:26:53 +0000 (15:26 +0000)
commit6c1fcf85838a4aa76bcb9f9ceb312f1772f1122e
tree2b54b9d6bf9a2125cf4e947938db88c6873fb8f5
parent1bf9954bb44e47670c8805078f78b5444e97c18d
util: Cleanup symbol name resolution on Windows.

- Support symbol name resolution on MinGW.
- Use dbghelp.dll (which should allow 64bit support), but untested yet.
- Cleanup.
src/gallium/auxiliary/util/dbghelp.h [new file with mode: 0644]
src/gallium/auxiliary/util/u_debug_symbol.c