2012-02-06 16:39:49 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2012-02-06 16:39:49 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>toolchain@gentoo.org</email>
|
|
|
|
<name>Gentoo Toolchain Project</name>
|
|
|
|
</maintainer>
|
2012-02-06 16:39:49 +04:00
|
|
|
<use>
|
2016-01-26 08:51:40 +03:00
|
|
|
<flag name="client">Install the main "gdb" program (most people want this)</flag>
|
|
|
|
<flag name="lzma">Support lzma compression in ELF debug info</flag>
|
|
|
|
<flag name="multitarget">Support all known targets in one gdb binary</flag>
|
|
|
|
<flag name="python">Enable support for the new internal scripting language, as well as extended pretty printers</flag>
|
|
|
|
<flag name="server">Install the "gdbserver" program (useful for embedded/remote targets)</flag>
|
2016-11-15 23:45:03 +03:00
|
|
|
<flag name="xml">Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing</flag>
|
2012-02-06 16:39:49 +04:00
|
|
|
</use>
|
2014-06-15 15:30:48 +04:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="cpe">cpe:/a:gnu:gdb</remote-id>
|
|
|
|
</upstream>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|