summaryrefslogtreecommitdiffstats
path: root/common/backtrace.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes of config.hDaniel P. Berrange2012-01-131-1/+1
| | | | Not all files were including config.h
* Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.'Daniel P. Berrange2012-01-131-1/+1
| | | | A couple of files were missing '(C)' in the copyright header
* common/backtrace: for mingw32 no pipe/wait_pid, just disableAlon Levy2012-01-131-3/+22
|
* fix make distcheckChristophe Fergeau2011-07-221-1/+1
|
* common: add backtrace via gstack or glibc backtraceAlon Levy2011-07-191-0/+114
Add a backtrace printing function copied from xserver os/backtrace.c that uses gstack, and if that isn't found then glibc's backtrace. Used in ASSERT, tested on F15.