07 2023 档案

linux的hw_breakpoint
摘要:利用 ptrace 设置硬件断点 https://coderatwork.cn/posts/2017-08-15-setting-hardware-breakpoint-using-ptrace/ https://blog.csdn.net/Rong_Toa/article/details/1121 阅读全文

posted @ 2023-07-31 14:55 lh03061238 阅读(40) 评论(0) 推荐(0) 编辑

Linux perf相关
摘要:https://rtoax.blog.csdn.net/?type=blog&year=2021&month=05 https://www.brendangregg.com/perf.html https://zhuanlan.zhihu.com/p/573703139 https://zhuanl 阅读全文

posted @ 2023-07-31 08:31 lh03061238 阅读(41) 评论(0) 推荐(0) 编辑

linux内核的Per-CPU变量
摘要:Linux 内核 | Per CPU 变量 https://zhuanlan.zhihu.com/p/566347483 https://www.cnblogs.com/linhaostudy/p/10342667.html https://www.cnblogs.com/hellokitty2/p 阅读全文

posted @ 2023-07-28 11:10 lh03061238 阅读(205) 评论(0) 推荐(0) 编辑

software breakpoint、hardware breakpoint、watchpoint
摘要:参考: 08 调试利器GDB(下)https://www.cnblogs.com/lh03061238/p/13177510.html breakpoint和watchpoint的区别 https://www.jianshu.com/p/9462a5280004 GDB再学习(7):断点调试之硬件断 阅读全文

posted @ 2023-07-26 14:36 lh03061238 阅读(70) 评论(0) 推荐(0) 编辑

Linux内核notifier机制
摘要:参考: https://www.cnblogs.com/pengdonglin137/p/4075148.html https://www.cnblogs.com/schips/p/linux_notifier.html https://www.cnblogs.com/3me-linux/p/612 阅读全文

posted @ 2023-07-26 14:11 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

Linux下建立NFS共享目录
摘要:https://blog.csdn.net/anluo233/article/details/125921403 https://blog.csdn.net/zhangxucumt/article/details/125935901 阅读全文

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

linux内核中的原子操作
摘要:atomic operation https://www.zhihu.com/question/518024155/answer/3104151437 Linux内核atomic_t这个结构体怎么赋值? https://www.zhihu.com/question/597762154/answer/ 阅读全文

posted @ 2023-07-17 10:37 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

make mrproper 、make clean 、make distclean
摘要:参考: https://blog.csdn.net/mish84/article/details/26003963 Cleaning targets: clean - Remove most generated files but keep the config and enough build s 阅读全文

posted @ 2023-07-14 15:00 lh03061238 阅读(22) 评论(0) 推荐(0) 编辑

KDB相关
摘要:使用kdb/kgdb调试内核 https://zhuanlan.zhihu.com/p/546416941 ARM64 的 Linux 内核 kgdb/kdb 调试 https://www.byteisland.com/arm64-%e7%9a%84-linux-%e5%86%85%e6%a0%b8 阅读全文

posted @ 2023-07-13 11:18 lh03061238 阅读(72) 评论(0) 推荐(0) 编辑

Linux内核进程管理:进程的“内核栈”、current宏
摘要:参考: https://blog.csdn.net/Rong_Toa/article/details/110316125 https://blog.csdn.net/yangkuanqaz85988/article/details/52403726?spm=1001.2101.3001.6661.1 阅读全文

posted @ 2023-07-12 15:47 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

GDB RSP协议
摘要:https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html https://developer.apple.com/library/archive/documentation/DeveloperTools/gdb/gdb/gdb_33 阅读全文

posted @ 2023-07-11 10:08 lh03061238 阅读(123) 评论(0) 推荐(0) 编辑

内核添加打印调试
摘要:printk 内核打印 https://getiot.tech/zh/linux-kernel/linux-kernel-printk#:~:text=printk%20%E5%86%85%E6%A0%B8%E6%89%93%E5%8D%B0%201%20printk%20%E4%BB%8B%E7% 阅读全文

posted @ 2023-07-10 10:40 lh03061238 阅读(180) 评论(0) 推荐(0) 编辑

/proc/sysrq-trigger
摘要:/proc/sysrq-trigger详解 https://www.icspec.com/news/article-details/2033274 linux下/proc/sysrq-trigger详解 https://blog.csdn.net/qq_42303254/article/detail 阅读全文

posted @ 2023-07-08 14:48 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

Linux KASLR机制
摘要:Linux KASLR机制详解 https://zhuanlan.zhihu.com/p/99557658 阅读全文

posted @ 2023-07-08 14:09 lh03061238 阅读(91) 评论(0) 推荐(0) 编辑

git出现Your branch and ‘origin/master‘ have diverged解决方法
摘要:https://blog.csdn.net/raoxiaoya/article/details/121785190 https://blog.csdn.net/d6619309/article/details/52711035 阅读全文

posted @ 2023-07-07 14:30 lh03061238 阅读(445) 评论(0) 推荐(0) 编辑

warning: 远程 HEAD 指向一个不存在的引用,无法检出(warning: remote HEAD refers to nonexistent ref, unable to checkout)
摘要:参考:https://blog.csdn.net/williamvon/article/details/71421810 阅读全文

posted @ 2023-07-07 11:12 lh03061238 阅读(508) 评论(0) 推荐(0) 编辑

KGDB相关
摘要:https://archive.kernel.org/oldwiki/kgdb.wiki.kernel.org/ 使用kdb/kgdb调试内核 https://zhuanlan.zhihu.com/p/546416941 参考: https://www.kernel.org/doc/html/lat 阅读全文

posted @ 2023-07-05 16:30 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

GCC内置宏
摘要:打印GCC预定义宏 https://blog.csdn.net/zoomdy/article/details/79361163 gcc 预定义宏(x86-64)https://blog.csdn.net/alan00000/article/details/47175063?spm=1001.2101 阅读全文

posted @ 2023-07-03 10:27 lh03061238 阅读(74) 评论(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
点击右上角即可分享
微信分享提示