03 2023 档案

内核模块管理命令
摘要:内核模块 lsmod、insmod、rmmod、modinfo、modprobe等命令 https://blog.csdn.net/bandaoyu/article/details/128582615 阅读全文

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

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) 编辑

qemu资料
摘要:上游仓库 https://github.com/qemu/qemu https://www.qemu.org/ qemu入门指南:http://www.360doc.com/content/23/0104/00/59057945_1062447280.shtml 通过qemu调试centos7内核 阅读全文

posted @ 2023-03-28 17:05 lh03061238 阅读(105) 评论(0) 推荐(0) 编辑

kvm学习
摘要:KVM 介绍 : https://www.cnblogs.com/sammyliu/p/4543110.html https://blog.csdn.net/carolzhang8406/article/details/56667123 KVM 管理工具:libvirt https://www.cn 阅读全文

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

Hypervisor简介
摘要:初识Hypervisor https://zhuanlan.zhihu.com/p/185946700 Hypervisor介绍 https://blog.csdn.net/u011086209/article/details/116756009 阅读全文

posted @ 2023-03-28 10:24 lh03061238 阅读(45) 评论(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) 编辑

查看内核配置
摘要:grep CONFIG_UPROBES /boot/config-`uname -r`grep CONFIG_UTRACE /boot/config-`uname -r` 阅读全文

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

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

Linux下指定so动态库的加载路径
摘要:https://blog.csdn.net/sweetfather/article/details/104762718/ https://www.cnblogs.com/lidabo/p/15568234.html https://blog.csdn.net/aishuirenjia/article 阅读全文

posted @ 2023-03-17 11:02 lh03061238 阅读(60) 评论(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 阅读(152) 评论(0) 推荐(0) 编辑

c++调用.so库
摘要:参考: https://blog.csdn.net/weixin_45024226/article/details/120156687 https://blog.csdn.net/weixin_40437821/article/details/110671132 阅读全文

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

Linux 添加环境变量
摘要:https://blog.csdn.net/u011262253/article/details/86083351 https://baijiahao.baidu.com/s?id=1729277639794104010&wfr=spider&for=pc 阅读全文

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

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

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

gdb加载符号文件
摘要:The address where filename has been loaded is missing 问题 https://www.it1352.com/785626.html 阅读全文

posted @ 2023-03-15 11:33 lh03061238 阅读(68) 评论(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 阅读(66) 评论(0) 推荐(0) 编辑

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

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

Linux文件系统故障,Input/output error
摘要:参考: https://huaweicloud.csdn.net/635605d7d3efff3090b58cf5.html?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2~default 阅读全文

posted @ 2023-03-13 11:27 lh03061238 阅读(584) 评论(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) 编辑

Linux查看磁盘UUID的几种方式
摘要:参考:https://blog.csdn.net/bumoon/article/details/126623551 阅读全文

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

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

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

git统计补丁个数和代码行数
摘要:统计补丁个数git shortlog --author="name@...cn" --summary --numbered --email | awk '{print $1}' | awk '{sum+=$1}END{print sum}' 统计代码行数git log --author="name@ 阅读全文

posted @ 2023-03-04 09:43 lh03061238 阅读(67) 评论(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) 编辑

导航

< 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
点击右上角即可分享
微信分享提示