About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
u_debug_symbol.c
Age
Commit message (
Expand
)
Author
2023-06-27
util: include "util/compiler.h" instead of "pipe/p_compiler.h"
Yonggang Luo
2023-06-27
treewide: Replace the usage of TRUE/FALSE with true/false
Yonggang Luo
2023-01-19
util: Add #ifdefs for Xbox GDK support.
Caleb Cornett
2022-11-15
tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* ...
Yonggang Luo
2022-11-15
tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|...
Yonggang Luo
2022-11-15
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...
Yonggang Luo
2022-11-11
util: Replace the usage of boolean with c11 bool in u_debug_symbol.c
Yonggang Luo
2022-11-08
util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...
Yonggang Luo
2022-10-20
util: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX...
Yonggang Luo
2022-05-02
u_debug_symbol: Allow re-init of DbgHelp to work around already-initialized i...
Jesse Natalie
2022-05-02
u_debug_symbol: Use correct sizeof for DbgHelp
Jesse Natalie
2022-03-21
util: trim trailing space for files src/util/**/*
Yonggang Luo
2021-08-26
util/u_debug_symbol: remove debug_symbol_name_glibc and execinfo dependency
Simon Zeni
2020-08-05
util: Move stack debug functions to src/util
Kristian H. Kristensen