summaryrefslogtreecommitdiffstats
path: root/polyp/debug.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-20 01:07:06 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-20 01:07:06 +0000
commitbb0b105b83c0f4ee56b4c7e9a179606aee296aa9 (patch)
treec7a83efa8830adee3b4c94a8e28d5c03c9573f20 /polyp/debug.h
parent527faf01d0605a6ced9a73017cc8155adba59d24 (diff)
sample cache work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@98 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/debug.h')
-rw-r--r--polyp/debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/polyp/debug.h b/polyp/debug.h
new file mode 100644
index 00000000..fb2b889e
--- /dev/null
+++ b/polyp/debug.h
@@ -0,0 +1,8 @@
+#ifndef foodebughfoo
+#define foodebughfoo
+
+/* A nice trick for debuggers, working on x86 only */
+
+#define DEBUG_TRAP __asm__("int $3")
+
+#endif