summaryrefslogtreecommitdiffstats
path: root/libutils/ProcessCallStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* libutils: include what you useSteven Moreland2017-04-141-0/+2
* Add missing includes.Steven Moreland2017-03-101-0/+1
* clean-up libutils includesMathias Agopian2017-03-031-9/+2
* Use readdir instead of readdir_r.Elliott Hughes2016-09-281-9/+2
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-5/+3
* Fix windows 64-bit buildsDan Willemsen2016-02-051-2/+0
* Consistently use strerror in libutils.Elliott Hughes2015-06-301-8/+9
* libutils: Don't segfault ProcessCallStack when getting thread name failsIgor Murashkin2014-08-191-0/+5
* Move CallStack to libbacktrace.Christopher Ferris2013-11-061-6/+4
* utils: Fix broken sdk build on windowsIgor Murashkin2013-10-301-0/+2
* utils: Fix broken buildIgor Murashkin2013-10-301-0/+2
* utils: Add ProcessCallStack to collect stack traces for all threads in a processIgor Murashkin2013-10-251-0/+256