如何使用“vi -t”找到系统调用的源代码?自由BSD

发布于 2024-10-09 02:25:42 字数 257 浏览 7 评论 0原文

我老师的笔记说

“可以构建一个标签文件,这将使在内核源代码中查找内容变得更容易。您可以使用“vi -t”和函数名称在内核源代码树中查找函数的源代码”

例如:

#vi -t open
 can open the source code of open.

但我在我的 FreeBSD 8.1 上尝试过。失败了……为什么?我该如何配置它? 谢谢!

My teacher's notes said

"There is a tags file that can be built which will make finding things in the kernel source code easier. You can find source code for a function in the kernel source tree by using "vi -t" and the function name"

Such as:

#vi -t open
 can open the source code of open.

But I tried it on my FreeBSD 8.1. It fails...why? How can I configure it?
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤芳又自赏 2024-10-16 02:25:42

您需要首先使用 ctags(1)

You need to generate the tags file first with ctags(1).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文