pulseaudio/polyp/debug.h
Lennart Poettering bb0b105b83 sample cache work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@98 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-07-20 01:07:06 +00:00

8 lines
143 B
C

#ifndef foodebughfoo
#define foodebughfoo
/* A nice trick for debuggers, working on x86 only */
#define DEBUG_TRAP __asm__("int $3")
#endif