Files
guru/dev-debug/uscope/metadata.xml
2025-02-01 01:02:37 +05:00

25 lines
985 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>bratishkaerik@landless-city.net</email>
<name>Eric Joldasov</name>
</maintainer>
<longdescription lang="en">
uscope (pronounced "microscope") is a new graphical debugger for Linux.
Its goal is to enable you to understand what your system is
actually doing as quickly and effectively as possible.
All debugging-related code is written from scratch, i.e.
parsing ELF/DWARF, handling control of the subordinate process
(launch, kill, step, continue, etc.), reading data from the
subordinate's memory/registers and displaying it in a user-friendly
manner, stack unwinding, etc.
</longdescription>
<upstream>
<remote-id type="github">jcalabro/uscope</remote-id>
<bugs-to>https://github.com/jcalabro/uscope/issues</bugs-to>
<doc lang="en">https://calabro.io/uscope</doc>
</upstream>
</pkgmetadata>