Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - debug audio driver using gdb: (1 Item)
   
debug audio driver using gdb  
Hi, guys
I built a audio device driver (spdif_audio.so) for my spdif audio card, and then used "io-audio -d spdif_audio.so" in 
the terminal to run the library. Since the library run in the io-audio process space, so the debugger (gdb) shuould 
attach to the "io-audio" process. Anybody know how to make that happened? Or give me some advice to debug th e audio 
card driver(.so library)?

BR

Jerry