mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
9 lines
143 B
C
9 lines
143 B
C
|
|
#ifndef foodebughfoo
|
||
|
|
#define foodebughfoo
|
||
|
|
|
||
|
|
/* A nice trick for debuggers, working on x86 only */
|
||
|
|
|
||
|
|
#define DEBUG_TRAP __asm__("int $3")
|
||
|
|
|
||
|
|
#endif
|