摘要: 一、gdb中宏定义 macro define list_entry(ptr, type, member) ((type )( (char )ptr (unsigned long)(&((type )0) member))) 二、gdb中变量定位 set $i = 0 注: 操作符左右两端可以带空格; 阅读全文
posted @ 2019-09-24 11:25 holidays 阅读(482) 评论(0) 推荐(0)
摘要: 编写linux shell程序处理文本常用功能记录 阅读全文
posted @ 2019-09-24 10:12 holidays 阅读(307) 评论(0) 推荐(0)