随笔分类 -  linux系统调测

dwarf调试信息
摘要:Welcome to the DWARF Debugging Standard https://dwarfstd.org/ dwarf调试信息格式学习 https://blog.csdn.net/kikilizhm/article/details/124191751 (重点看) DWARF调试格式的 阅读全文

posted @ 2023-04-04 17:13 lh03061238 阅读(690) 评论(0) 推荐(0) 编辑

addr2line用法
摘要:addr2line command in Linux with Examples https://www.geeksforgeeks.org/addr2line-command-in-linux-with-examples/ addr2line 动态库[通俗易懂] https://cloud.ten 阅读全文

posted @ 2023-04-03 17:39 lh03061238 阅读(881) 评论(0) 推荐(1) 编辑

gdb与gdbserver的结合使用
摘要:gdb与gdbserver的使用 https://blog.csdn.net/weixin_43841155/article/details/128844403 嵌入式 程序调试之gdb和gdbserver的交叉编译及使用 https://blog.csdn.net/nanfeibuyi/artic 阅读全文

posted @ 2023-03-30 17:02 lh03061238 阅读(135) 评论(0) 推荐(0) 编辑

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 阅读(278) 评论(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 阅读(49) 评论(0) 推荐(0) 编辑

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

posted @ 2023-03-22 14:33 lh03061238 阅读(15) 评论(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 阅读(78) 评论(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 阅读(147) 评论(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 阅读(154) 评论(0) 推荐(0) 编辑

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

posted @ 2023-03-15 14:16 lh03061238 阅读(48) 评论(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 阅读(67) 评论(0) 推荐(0) 编辑

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

posted @ 2023-03-14 10:23 lh03061238 阅读(63) 评论(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 阅读(66) 评论(0) 推荐(0) 编辑

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

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

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

posted @ 2023-03-02 09:50 lh03061238 阅读(13) 评论(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 阅读(28) 评论(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 阅读(44) 评论(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 阅读(28) 评论(0) 推荐(0) 编辑

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

posted @ 2023-02-10 17:22 lh03061238 阅读(94) 评论(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 阅读(159) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示