• Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] All out parameters visible in GDB’s parameter list

Monday October 6, 2008

The compiler has a choice of either passing out parameters by reference or returning them as a function result. In the latter case, the debugger now displays out parameters in the parameter list of the frame view instead of showing them as local variables. This enhances the readability of the frame view.

 

Posted by Posted in Development Log, GNAT Compilation System