Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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