Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » why gdb halt on interrupt(isr-13 or isr-14) by default
why gdb halt on interrupt(isr-13 or isr-14) by default [message #1695607] Mon, 18 May 2015 03:59 Go to next message
hitlar india is currently offline hitlar indiaFriend
Messages: 3
Registered: December 2012
Junior Member
why gdb halt on interrupt(isr(interrupt service routine)-13 or isr-14) by default , when i am using continue command to continue process but when again halt when isr occure. i want to remove by default isr stopping process, is it possible, i am using eclipse.
Re: why gdb halt on interrupt(isr-13 or isr-14) by default [message #1695852 is a reply to message #1695607] Tue, 19 May 2015 19:11 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
You can use the 'signal' command from GDB to tell it not to stop I believe:
https://sourceware.org/gdb/onlinedocs/gdb/Signals.html

Eclipse does not support explicitly but you can type the GDB commands in the Eclipse GDB console instead.

Marc
Previous Topic:How to import 3rd party library (Portaudio)
Next Topic:Build from source
Goto Forum:
  


Current Time: Sat Apr 27 03:18:00 GMT 2024

Powered by FUDForum. Page generated in 0.02764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top