Commit 45fdc755 by Robert Dewar Committed by Arnaud Charlet

g-trasym.ads, [...]: Update list of supported targets Add note about symbolic traceback

2007-04-20  Robert Dewar  <dewar@adacore.com>

	* g-trasym.ads, g-traceb.ads: Update list of supported targets
	Add note about symbolic traceback

From-SVN: r125425
parent 9aeef76b
......@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 1999-2005, AdaCore --
-- Copyright (C) 1999-2007, AdaCore --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
......@@ -59,14 +59,22 @@
-- This capability is currently supported on the following targets:
-- All x86 ports
-- AiX PowerPC
-- HP-UX
-- Irix
-- GNU/Linux x86
-- Irix MIPS
-- LynxOS x86
-- Solaris x86
-- Solaris sparc
-- Tru64
-- Tru64 alpha
-- OpenVMS/Alpha
-- OpenVMS/ia64
-- VxWorks PowerPC
-- VxWorks Alpha
-- VxWorks x86
-- Windows NT/XP
-- Note: see also GNAT.Traceback.Symbolic, a child unit in file g-trasym.ads
-- providing symbolic trace back capability for a subset of the above targets.
with System;
with Ada.Exceptions.Traceback;
......
......@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
-- Copyright (C) 1999-2006, AdaCore --
-- Copyright (C) 1999-2007, AdaCore --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
......@@ -33,8 +33,15 @@
-- Run-time symbolic traceback support
-- Note: this is only available on selected targets. Current targets are:
-- Sparc/Solaris, GNU/Linux, SGI/IRIX, Windows NT, HP-UX, VMS, Tru64.
-- This capability is currently supported on the following targets:
-- HP-UX
-- Irix MIPS
-- GNU/Linux x86
-- Solaris sparc
-- Tru64 alpha
-- OpenVMS/Alpha
-- Windows NT/XP
-- The routines provided in this package assume that your application has
-- been compiled with debugging information turned on, since this information
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment