summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_stack.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05util: Move stack debug functions to src/utilKristian H. Kristensen1-332/+0
2020-08-05gallium: Switch u_debug_stack/symbol.c to util/hash_table.hKristian H. Kristensen1-7/+6
2020-07-28prevent multiply defined symbolsDaryl W. Grunau1-1/+1
2020-06-20gallium/util: add missing includeErik Faye-Lund1-0/+1
2020-02-26gallium/hash_table: remove some function wrappersMarek Olšák1-1/+1
2020-02-26gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák1-1/+1
2020-02-26gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák1-16/+1
2018-10-30util: Move u_debug to utilsDylan Baker1-1/+1
2018-04-20gallium/util: Don't stub u_debug_stack on AndroidStefan Schake1-1/+2
2018-03-26gallium: Do not add -Wframe-address option for gcc <= 4.4.Vinson Lee1-1/+1
2018-03-13gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri1-0/+3
2017-11-17gallium/aux/util/u_debug_stack.c: Silence -Wunused-result warningGert Wollny1-2/+2
2017-04-07gallium/util: tweak backtrace format with libunwindRob Clark1-10/+16
2017-04-07gallium/util: cache symbol lookup with libunwindRob Clark1-26/+91
2017-04-07gallium/util: fix missing limit check in libunwind backtraceRob Clark1-1/+1
2017-04-03gallium/util: libunwind supportRob Clark1-0/+91
2017-04-03gallium/util: clean up stack frame printingRob Clark1-0/+17
2016-02-08gallium/util: whitespace, formatting fixes in u_debug_stack.cBrian Paul1-29/+32
2013-06-25util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca1-2/+54
2013-02-22util/debug: Always use __builtin_frame_address on gcc.Sergey Matyukevich1-4/+1
2012-01-16util: Silence GCC unused-but-set-variable warning.Vinson Lee1-0/+2
2010-12-02util: __builtin_frame_address() doesn't work on mingw.José Fonseca1-1/+4
2009-05-05util: Limit the stack walk to avoid referencing undefined memory.José Fonseca1-1/+10
2009-04-01util: Lookup symbol names from addresses.José Fonseca1-1/+2
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca1-1/+1
2009-02-20util: Stack backtracing facilities.José Fonseca1-0/+97