mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@98 fefdeb5f-60dc-0310-8127-8f9354f1896f
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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
 |