History log of /external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f35e380dd240b418e17a179af73bbab74ceea784 24-Jul-2012 Anthony G. Basile <blueness@gentoo.org> Fix compile time errors when building against uclibc

Mesa misses a few checks when compiling on a uclibc system
which cause it to fall back on glibc-ism. This patch
addresses those issues.

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
52ad45677dd3d8a50836edea9f5841aa12d70419 17-Feb-2011 Jakob Bornecrantz <jakob@vmware.com> util: Make refcnt and symbol debuggers work on windows

Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
6c1fcf85838a4aa76bcb9f9ceb312f1772f1122e 17-Feb-2011 José Fonseca <jfonseca@vmware.com> 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.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
63c05c96e798e68fdec93e6a1184ec06d3713d98 02-Dec-2010 José Fonseca <jfonseca@vmware.com> util: Don't try to use imagehlp on mingw.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
40eef4c20cc0b4500a0d8c8538872ed4b473d737 18-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> u_debug_symbol: add symbol name caching

Without this, any form of logging that dumps stack traces continuously
will spend a lot of time resolving symbol names.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
b3e57fc8685af44dcf35a7f429b7410e63a9a571 18-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> u_debug_symbol: add support for getting symbol names from glibc
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
64c4f9c56645768aa3cc4a9a60b266a20acca0c2 18-Aug-2010 Luca Barbieri <luca@luca-barbieri.com> u_debug_symbol: support getting a string without output
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
55b5806e364836c62ac5eb0b6230abb43369e3c1 15-May-2010 José Fonseca <jfonseca@vmware.com> util: Remove unused cruft.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
389021220d27c376b81a6221a31d0ee33c24e67f 02-Oct-2009 Brian Paul <brianp@vmware.com> gallium: replace // comments with /* */
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
8d72caea3f10a26e4b11a522f4f973ce61f95127 01-Apr-2009 José Fonseca <jfonseca@vmware.com> util: Fix x86_64 build.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c
346e12773219b8a514b6cab7a670777c0fb554b6 01-Apr-2009 José Fonseca <jfonseca@vmware.com> util: Lookup symbol names from addresses.

Nice for stack backtraces.

Windows-only for now.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_symbol.c