diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:18:56 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:18:56 +0000 |
commit | 25498600cdaf845f9bd30f64ddee0a3840edb55e (patch) | |
tree | b6b1beeb5d5f36b578af9ba4eaf49eb976ba6f9b /dev-util/ladebug | |
parent | metadata (diff) | |
download | historical-25498600cdaf845f9bd30f64ddee0a3840edb55e.tar.gz historical-25498600cdaf845f9bd30f64ddee0a3840edb55e.tar.bz2 historical-25498600cdaf845f9bd30f64ddee0a3840edb55e.zip |
metadata
Diffstat (limited to 'dev-util/ladebug')
-rw-r--r-- | dev-util/ladebug/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/ladebug/metadata.xml b/dev-util/ladebug/metadata.xml new file mode 100644 index 000000000000..c64d7de73db7 --- /dev/null +++ b/dev-util/ladebug/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>taviso@gentoo.org</email> + <name>Tavis Ormandy</name> +</maintainer> +<longdescription> +The Ladebug Debugger is a powerful, fully symbolic debugger that helps you locate runtime errors (bugs) in your code. Ladebug allows you to: +Perform source-level debugging, +Attach to a running process, +Debug programs with shared libraries, +Debug massively parallel program. +Ladebug is a command-line debugger much like gdb. It provides extensive support for debugging programs written in C, C++, and Fortran (77 and 90) and compiled with the Compaq Linux Alpha compilers, which generate Dwarf-2 debugging information. Ladebug comes with an extensive html manual. This is the same debugger that HP ships on its Tru64 systems. +</longdescription> +</pkgmetadata> |