摘要: 涉及知识点: malloc_statc输出的重定向 gdb中定义指针的值为$__开头的变量 gdb dsl编写的扩展 define my_malloc shell mkdir -p $arg0/log shell touch $arg0/log/malloc_info.log shell touch 阅读全文
posted @ 2022-08-02 15:57 lynalee 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 功能为,打印变量的值,包括链表结构体的结构、内容、地址 注册gdb中的command命令 import gdb import gdb.types # gettype &xxxxxx LOGFILE = 'gettype.log' def write_log(msg): f = open(LOGFIL 阅读全文
posted @ 2022-08-02 15:49 lynalee 阅读(428) 评论(0) 推荐(0) 编辑