> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 调试工具

在 `<workspace>/layers/poky/meta` 目录中定义的 `packagegroup-core-tools-debug` 会将调试工具添加为 `rootfs` 的一部分。`<workspace>/layers/meta-qcom-hwe/recipes-devtools` 目录中包含追加的包组 recipe，即 `packagegroup-core-tools-debug.bbappend`。该追加文件向此包组中添加了 `ltrace`、`perf`、`sysstat` 和 `valgrind` 工具。有关更多信息，请参阅[调试 Linux 用户空间问题](https://dragonwingdocs.qualcomm.com/System/Debug-Subsystem/Debug%20linux%20userspace%20issues)。

## **后续步骤**

* 有关调试构建配置，请参阅[创建用于调试的构建](./create-a-build-for-debugging)。
* 有关一般 Yocto 构建调试，请参阅[调试 Yocto 构建](./debug)。
