随笔分类 -  linux系统调测

gdb调试内核模块
摘要:通过GDB调试内核与模块 https://blog.csdn.net/jgku/article/details/128337823 GDB简单调试linux内核与模块的方法 https://helloworddm.blog.csdn.net/article/details/76785389?spm= 阅读全文

posted @ 2023-03-23 20:18 lh03061238 阅读(228) 评论(0) 推荐(1) 编辑

Systemtap相关
摘要:https://sourceware.org/systemtap/ systemtap使用指南 https://zhuanlan.zhihu.com/p/587005171 systemtap从入门到放弃(一)https://zhuanlan.zhihu.com/p/347313289 system 阅读全文

posted @ 2023-03-22 15:11 lh03061238 阅读(42) 评论(0) 推荐(0) 编辑

内核trace框架
摘要:参考:https://blog.csdn.net/qq_42584874/article/details/123478245 阅读全文

posted @ 2023-03-22 14:33 lh03061238 阅读(10) 评论(0) 推荐(0) 编辑

GNU IFUNC( indirect function)
摘要:参考: https://zhuanlan.zhihu.com/p/532312568 GNU IFUNC,间接函数介绍 https://blog.csdn.net/qq_36779888/article/details/105283764 Using GNU indirect functions h 阅读全文

posted @ 2023-03-18 17:52 lh03061238 阅读(55) 评论(0) 推荐(0) 编辑

ELF查看工具使用-GNU Binary Utilities
摘要:ELF可执行文件分析工具binutil. ld - the GNU linker.as - the GNU assembler.addr2line - Converts addresses into filenames and line numbers.ar - A utility for crea 阅读全文

posted @ 2023-03-18 15:47 lh03061238 阅读(122) 评论(0) 推荐(0) 编辑

elf文件的gnu_debuglink的使用
摘要:先看:https://www.cnblogs.com/lh03061238/p/16269154.html参考:https://rwkbp.makekb.com//?View=entry&EntryID=1470&Msg=objcopy --only-keep-debug hello hello.g 阅读全文

posted @ 2023-03-17 10:45 lh03061238 阅读(106) 评论(0) 推荐(0) 编辑

gdb和binutils分开编译
摘要:https://blog.csdn.net/orz365/article/details/108210370 阅读全文

posted @ 2023-03-15 14:16 lh03061238 阅读(38) 评论(0) 推荐(0) 编辑

gdb调试动态链接库相关问题
摘要:linuxGDB下动态链接库的调试 https://www.cnblogs.com/skyofbitbit/p/3682115.html 如何在gdb中加载多个符号文件 https://qa.1r1g.com/sf/ask/1426614311/ Commands to specify files  阅读全文

posted @ 2023-03-15 10:07 lh03061238 阅读(53) 评论(0) 推荐(0) 编辑

cmake的编译安装
摘要:参考: https://zhuanlan.zhihu.com/p/477157242 阅读全文

posted @ 2023-03-14 10:23 lh03061238 阅读(57) 评论(0) 推荐(0) 编辑

GDB调试汇编
摘要:GDB调试--以汇编语言为例 https://blog.csdn.net/mayi_xiaochaun/article/details/103349320 GDB调试--以汇编语言为例 https://blog.csdn.net/unix21/article/details/8450016 用ARM 阅读全文

posted @ 2023-03-10 11:43 lh03061238 阅读(57) 评论(0) 推荐(0) 编辑

gdb命令: dump restore
摘要:https://blog.csdn.net/kh815/article/details/117163509 阅读全文

posted @ 2023-03-06 16:02 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

Static Probe Points in GDB
摘要:参考: https://sourceware.org/gdb/onlinedocs/gdb/Static-Probe-Points.html https://man7.org/linux/man-pages/man3/stapprobes.3stap.html info probes -- Show 阅读全文

posted @ 2023-03-02 09:49 lh03061238 阅读(19) 评论(0) 推荐(0) 编辑

gdb help all
摘要:https://blog.csdn.net/wan706364166/article/details/41978203 阅读全文

posted @ 2023-03-02 09:50 lh03061238 阅读(11) 评论(0) 推荐(0) 编辑

CFI信息
摘要:Stack Unwinding 之基于 Call Frame Information https://zhuanlan.zhihu.com/p/546207071 linux 栈回溯(x86_64 ) https://zhuanlan.zhihu.com/p/302726082 unwind详解 h 阅读全文

posted @ 2023-02-28 17:35 lh03061238 阅读(36) 评论(0) 推荐(0) 编辑

gdb动态打印
摘要:参考: https://blog.csdn.net/weixin_41572450/article/details/124885115 https://blog.51cto.com/zoomdy/5871653 https://blog.csdn.net/weixin_32924159/articl 阅读全文

posted @ 2023-02-21 11:08 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

gdb高级调试——反向调试
摘要:https://blog.csdn.net/happylzs2008/article/details/102769286 阅读全文

posted @ 2023-02-10 17:22 lh03061238 阅读(77) 评论(0) 推荐(0) 编辑

内核panic & Oops
摘要:如何快速定位 Linux Panic 出错的代码行 https://tinylab.org/find-out-the-code-line-of-kernel-panic-address/ Linux 死机复位(oops、panic)问题定位指南 https://blog.csdn.net/pwl99 阅读全文

posted @ 2023-02-08 14:26 lh03061238 阅读(134) 评论(0) 推荐(0) 编辑

linux调测相关博客
摘要:kernel https://mzhan017.blog.csdn.net/category_10730826.html linux调试总结 https://blog.csdn.net/mozun1/category_6507516.html linux驱动由浅入深系列 https://blog.c 阅读全文

posted @ 2023-02-08 11:06 lh03061238 阅读(24) 评论(0) 推荐(0) 编辑

内核rcu_sched detected stalls on CPUs/tasks问题
摘要:linux RCU https://zhuanlan.zhihu.com/p/570218921 [RCU stall] RCU stall 分析,RCU stall 内核文档翻译 https://www.cnblogs.com/smilingsusu/p/14500091.html Linux内核 阅读全文

posted @ 2023-02-08 10:14 lh03061238 阅读(2623) 评论(0) 推荐(0) 编辑

/proc/meminfo 与 /proc/iomem
摘要:/proc/iomem https://www.jianshu.com/p/50cba3e2554c https://betheme.net/yidongkaifa/44725.html?action=onClick linux kernel内存管理之/proc/meminfo下参数介绍 https 阅读全文

posted @ 2023-02-03 16:23 lh03061238 阅读(139) 评论(0) 推荐(0) 编辑

导航