summaryrefslogtreecommitdiff
path: root/libs/pbd/stacktrace.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-01-29 20:02:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-01-29 20:02:43 +0000
commit9e8082aad6645f67cb18ea608abb6a854fd268d0 (patch)
tree4b6c7cfe6e8171d26d4c33287bbb259ed252c8b8 /libs/pbd/stacktrace.cc
parent433f2cfb437e189a5114338c70967815a6d9d02a (diff)
small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes
git-svn-id: svn://localhost/ardour2/trunk@1396 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/stacktrace.cc')
-rw-r--r--libs/pbd/stacktrace.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/pbd/stacktrace.cc b/libs/pbd/stacktrace.cc
index a653fe3033..82a78c6fe2 100644
--- a/libs/pbd/stacktrace.cc
+++ b/libs/pbd/stacktrace.cc
@@ -39,4 +39,10 @@ PBD::stacktrace (std::ostream& out, int levels)
out << "stack tracing is not enabled on this platform" << std::endl;
}
+void
+c_stacktrace ()
+{
+ PBD::stacktrace (cout);
+}
+
#endif /* HAVE_EXECINFO */