随笔分类 -  linux系统调测

spec cpu 2017
摘要:官网: https://www.spec.org/cpu2017/ 参考: Speccpu2017介绍 https://blog.csdn.net/admking/article/details/109069465 SpecCPU2017 测试cpu性能 https://www.cnblogs.co 阅读全文

posted @ 2023-12-12 15:29 lh03061238 阅读(813) 评论(0) 推荐(0) 编辑

查看进程运行时间
摘要:https://blog.csdn.net/m0_72838865/article/details/127012187 https://blog.csdn.net/wt_better/article/details/117366571?spm=1001.2101.3001.6650.2&utm_me 阅读全文

posted @ 2023-10-11 11:05 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

单步指令区别step next stepi nexti
摘要:https://blog.csdn.net/weixin_43092232/article/details/106243657 https://blog.csdn.net/www_dong/article/details/117374370 代码验证: 龙芯3A5000验证 $ cat test.c 阅读全文

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

wine/winedbg中的堆栈回溯
摘要:栈回溯(stack trace)原理 https://dandelioncloud.cn/article/details/1472740857714663425/ dbghelp https://learn.microsoft.com/zh-cn/windows/win32/api/dbghelp/ 阅读全文

posted @ 2023-09-18 19:43 lh03061238 阅读(55) 评论(0) 推荐(0) 编辑

gdb中的call命令
摘要:gdb 使用call在任何位置直接执行函数 https://blog.csdn.net/ustc_sse_shenzhang/article/details/121006320 gdb call跟踪函数 https://blog.csdn.net/qq_40008325/article/detail 阅读全文

posted @ 2023-09-18 11:48 lh03061238 阅读(337) 评论(0) 推荐(0) 编辑

linux中的ucontext
摘要:ucontext的简单介绍 https://www.cnblogs.com/ink19/p/ucontext.html ucontext函数说明 https://blog.csdn.net/woai110120130/article/details/100174805 linux ucontext族 阅读全文

posted @ 2023-09-14 20:14 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

linux中的异常及信号
摘要:在 Linux 中,异常处理机制主要由信号和异常处理程序(也称为信号处理程序)两个部分组成。信号是一种软件中断,用于通知进程发生了某些事件或出现了某些异常情况。在 Linux 中,有许多不同的信号,例如 SIGSEGV(非法内存访问)、SIGKILL(强制终止进程)和 SIGINT(中断信号,通常由 阅读全文

posted @ 2023-09-14 19:26 lh03061238 阅读(184) 评论(0) 推荐(0) 编辑

wine相关
摘要:官网:https://www.winehq.org/ WineHQ中文 https://wiki.winehq.org/%E4%B8%BB%E9%A1%B5 Wine 中文官方用户指南 https://blog.csdn.net/yakoo5/article/details/4631298?utm_ 阅读全文

posted @ 2023-08-29 09:28 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

龙蜥社区
摘要:社区项目管理仓库: https://gitee.com/anolis/community 软件包源码仓库:https://gitee.com/src-anolis-os/ltrace 软件包发布:https://mirrors.openanolis.cn/anolis/8/ 软件包构建环境:http 阅读全文

posted @ 2023-08-02 08:05 lh03061238 阅读(78) 评论(0) 推荐(0) 编辑

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 阅读(41) 评论(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 阅读(42) 评论(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 阅读(72) 评论(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) 编辑

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

LP32 ILP32 LP64 LLP64 ILP64
摘要:数据模型(LP32 ILP32 LP64 LLP64 ILP64 )https://www.cnblogs.com/lsgxeva/p/7614856.html 阅读全文

posted @ 2023-05-18 11:43 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

Linux内核调试的方式以及工具集锦
摘要:原文链接 https://blog.csdn.net/gatieme/article/details/68948080 阅读全文

posted @ 2023-05-04 20:39 lh03061238 阅读(44) 评论(0) 推荐(0) 编辑

Linux调试之core dump
摘要:core文件分析 https://blog.csdn.net/weijitao/article/details/46445915 coredump配置、产生原理、分析及示例 https://blog.csdn.net/zhouhailiang1991/article/details/11917269 阅读全文

posted @ 2023-05-04 19:20 lh03061238 阅读(241) 评论(0) 推荐(0) 编辑

gdb使用方法
摘要:GDB调试教程: Debugging with GDB https://sourceware.org/gdb/onlinedocs/gdb/ 常用命令 https://zhuanlan.zhihu.com/p/660855211 https://zhuanlan.zhihu.com/p/474736 阅读全文

posted @ 2023-04-06 14:44 lh03061238 阅读(54) 评论(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
点击右上角即可分享
微信分享提示