diff options
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> |