Debian配置cscope

简介: cscope是linux下查看源码的利器,记录下安装和配置的过程

1.安装cscope

sudo apt-get install cscope

2.配置Emacs

package-instal xcscope

3.修改.emacs文件

;;xcscope
(require 'xcscope)
(cscope-setup)
;; 打开cscope时不更新,提高索引速度
(setq cscope-do-not-update-database t)

4.在脚本目录(linux内核)建立database file

cscope -b -q -k

5.Emacs打开脚本并查询

2021-11-30 21-55-00屏幕截图.png

6.测试成功,返回需要1.38s

2021-11-30 21-53-59屏幕截图.png

7.总结:现在是只知其然而不知其所以然,待后续研究cscope后再做补充吧

目录
相关文章
|
7月前
|
Ubuntu 安全 Linux
Linux(34)Rockchip RK3568 Ubuntu22.04和Debian 10上配置远程桌面工具
Linux(34)Rockchip RK3568 Ubuntu22.04和Debian 10上配置远程桌面工具
555 0
|
7月前
百度搜索:蓝易云【在Debian上安装配置Klipper教程】
通过按照以上步骤,你应该能够在Debian上成功安装和配置Klipper。请根据你的具体打印机型号和配置需求进行相应的调整。如果遇到任何问题,可以参考Klipper官方文档或社区寻求更多帮助。
237 0
|
网络安全
如何在 Debian 系统上配置 NTP,来确保计算机时间的准确同步
如何在 Debian 系统上配置 NTP,来确保计算机时间的准确同步
2402 0
如何在 Debian 系统上配置 NTP,来确保计算机时间的准确同步
|
Linux 容器 Docker
Debian配置系统中文语言及环境
Debian配置系统中文语言及环境
7339 1
|
监控 网络协议 安全
如何在 Debian 下配置邮件服务器
本教程将讨论如何在Debian(或Ubuntu)配置一个可工作的邮件服务器。我们知道在邮件服务器使用的主要协议有SMTP、POP和IMAP。在本教程中,SMTP协议使用postfix,POP/IMAP协议使用dovecot。
5173 0
|
28天前
|
Ubuntu Shell 开发工具
ubuntu/debian shell 脚本自动配置 gitea git 仓库
这是一个自动配置 Gitea Git 仓库的 Shell 脚本,支持 Ubuntu 20+ 和 Debian 12+ 系统。脚本会创建必要的目录、下载并安装 Gitea,创建 Gitea 用户和服务,确保 Gitea 在系统启动时自动运行。用户可以选择从官方或小绿叶技术博客下载安装包。
45 2
|
4月前
|
安全 Linux 网络安全
如何在Debian 9上安装和配置VNC
如何在Debian 9上安装和配置VNC
103 0
|
4月前
|
网络协议 算法 网络安全
如何在 Debian Wheezy 上使用 Postfix 安装和配置 DKIM
如何在 Debian Wheezy 上使用 Postfix 安装和配置 DKIM
55 0
|
4月前
|
Java 应用服务中间件 Apache
在 Debian 服务器上安装和配置 Apache Tomcat 的方法
在 Debian 服务器上安装和配置 Apache Tomcat 的方法
67 0
|
4月前
|
存储 Ubuntu 测试技术
如何在 Ubuntu 或 Debian VPS 上配置 Apache Web 服务器
如何在 Ubuntu 或 Debian VPS 上配置 Apache Web 服务器
76 0