History log of /external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eeff1ee7466d5de7764bcd7ad4d7be4d76aa738c 16-Jan-2012 Vinson Lee <vlee@freedesktop.org> util: Silence GCC unused-but-set-variable warning.

Fix this GCC 4.6 warning with 64-bit builds.
u_debug_stack.c: In function ‘debug_backtrace_capture’:
u_debug_stack.c:45:17: warning: variable ‘frame_pointer’ set but not
used [-Wunused-but-set-variable]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.c
50a52ba67e06fa00e06d19370a0478a85f9011be 02-Dec-2010 José Fonseca <jfonseca@vmware.com> util: __builtin_frame_address() doesn't work on mingw.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.c
3537c3420d0887ed22565b9e4469952b99f1b76f 30-Apr-2009 José Fonseca <jfonseca@vmware.com> util: Limit the stack walk to avoid referencing undefined memory.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.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_stack.c
8c4bd92b68cf79ff94dc431f78a970bbab7e0d00 25-Mar-2009 José Fonseca <jfonseca@vmware.com> util: Don't use x86 asm on x86_64.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.c
ee4e4a6b964a3a91fcb922d4e82abff62da39102 20-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Stack backtracing facilities.

Not much useful until we have symbol lookup.
/external/mesa3d/src/gallium/auxiliary/util/u_debug_stack.c