aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/dbghelp.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Fix typo in last commit.José Fonseca2011-02-171-1/+1
|
* util: Cleanup symbol name resolution on Windows.José Fonseca2011-02-171-0/+1265
- Support symbol name resolution on MinGW. - Use dbghelp.dll (which should allow 64bit support), but untested yet. - Cleanup.