summaryrefslogtreecommitdiff
path: root/libutils/ProcessCallStack.cpp
AgeCommit message (Expand)Author
2018-07-16[libutils] Modernize codebase by replacing NULL with nullptrYi Kong
2017-04-14libutils: include what you useSteven Moreland
2017-03-10Add missing includes.Steven Moreland
2017-03-03clean-up libutils includesMathias Agopian
2016-09-28Use readdir instead of readdir_r.Elliott Hughes
2016-02-18system/core: Cleanup direct calls to opendir by containing in aJames Hawkins
2016-02-05Fix windows 64-bit buildsDan Willemsen
2015-06-30Consistently use strerror in libutils.Elliott Hughes
2014-08-19libutils: Don't segfault ProcessCallStack when getting thread name failsIgor Murashkin
2013-11-06Move CallStack to libbacktrace.Christopher Ferris
2013-10-30utils: Fix broken sdk build on windowsIgor Murashkin
2013-10-30utils: Fix broken buildIgor Murashkin
2013-10-25utils: Add ProcessCallStack to collect stack traces for all threads in a processIgor Murashkin