48806
查看Linux kernel debug的源代码
Linux kernel debug
0
←
Linux kernel debug
跳转至:
导航
、
搜索
因为以下原因,你没有权限编辑本页:
你被禁止执行你刚才请求的操作。
您可以查看并复制此页面的源代码:
How to debug from kernel message for example: [[文件:范例.jpg]] 1. find the address of function <source lang="c"> cd KIRNEL_DIR cat System.map |grep "function name" </source> 2. calculate pc absolute address, in my case: ffff800010b7a2a0 + 0x210 = ffff800010b7a4b0 3. find the line of source code <source lang="c"> aarch64-linux-gnu-addr2line -e vmlinux <absolute address> </source>
返回
Linux kernel debug
。
导航菜单
个人工具
   
个人维基
注册
登录
名字空间
页面
变换
查看
阅读
查看源代码
统计
查看历史
操作
搜索
导航
首页
最近更改
随机页面
工具箱
所有页面
文件列表
特殊页面