NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

debugging cygwin app that uses real time timer

 
Post new topic   Reply to topic    NetBeans Forums -> C/C++ Users
View previous topic :: View next topic  
Author Message
maxpagani



Joined: 16 May 2012
Posts: 2
Location: Italy

PostPosted: Mon May 21, 2012 4:23 pm    Post subject: debugging cygwin app that uses real time timer Reply with quote

Hi Everyone,
I am trying to debug my application (running on cygwin) the uses a real time timer (calls timer_create/setitimer) bound to a signal (SIGRTMIN). This signal interrupt the application quite frequently (set to 1ms).
When I step through the code, it happens frequently to fall into assembly code (somewhere in the cygwin1.dll). From this situation I can sometimes recover by stepping out (Ctrl+F7), but I am left at a different point in the source code losing my previous debugging context.

I tried to convince gdb to ignore signals by employing the following spell on gdb console -

handle SIG32 nostop

but nothing changed. Is there a way to debug my application as is, or have I to find a way to turn off the timer during debugging?
Thank you in advance

Best Regards
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> C/C++ Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo