mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05: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
|