Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] Ctrl-C for gnatmake kills all compilations

Tuesday September 25, 2007

When gnatmake is interrupted by Ctrl-C, it sends a signal (SIGINT) to interrupt all outstanding compilation processes, ensuring that all compilations terminate immediately (even if there is a bug causing the compiler to be very slow, or to never terminate).

 

Posted by Posted in Development Log, GNAT Compilation System