summaryrefslogtreecommitdiff
path: root/dev-debug/gdb/metadata.xml
blob: 3835899570562d5ac904009341eb403f22bbdeb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>toolchain@gentoo.org</email>
    <name>Gentoo Toolchain Project</name>
  </maintainer>
  <use>
    <flag name="babeltrace">Enable <pkg>dev-util/babeltrace</pkg> support</flag>
    <flag name="cet">Enable Intel Control-flow Enforcement Technology.</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="rocm">Enable support for AMD GPU debugging via <pkg>dev-libs/rocdbgapi</pkg>
    </flag>
    <flag name="server">Install the "gdbserver" program (useful for embedded/remote targets)</flag>
    <flag name="sim">Build gdb's simulators for various hardware platforms. See https://sourceware.org/gdb/wiki/Sim.</flag>
    <flag name="source-highlight">Enable listing highlighting via <pkg>dev-util/source-highlight</pkg>
    </flag>
    <flag name="xml">Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing</flag>
    <flag name="xxhash">Use <pkg>dev-libs/xxhash</pkg> to speed up internal hashing.</flag>
    <flag name="debuginfod">Enable debuginfod support via <pkg>dev-libs/elfutils</pkg> libdebuginfod</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:gnu:gdb</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>