About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/u_debug_symbol.c
AgeCommit message (Expand)Author
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo
2023-01-19util: Add #ifdefs for Xbox GDK support.Caleb Cornett
2022-11-15tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* ...Yonggang Luo
2022-11-15tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|...Yonggang Luo
2022-11-15tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo
2022-11-11util: Replace the usage of boolean with c11 bool in u_debug_symbol.cYonggang Luo
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo
2022-10-20util: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX...Yonggang Luo
2022-05-02u_debug_symbol: Allow re-init of DbgHelp to work around already-initialized i...Jesse Natalie
2022-05-02u_debug_symbol: Use correct sizeof for DbgHelpJesse Natalie
2022-03-21util: trim trailing space for files src/util/**/*Yonggang Luo
2021-08-26util/u_debug_symbol: remove debug_symbol_name_glibc and execinfo dependencySimon Zeni
2020-08-05util: Move stack debug functions to src/utilKristian H. Kristensen