【1000个GDB技巧之】GDB中使用python脚本的方法以及4个注意事项(define、python、end、gdb.execute、to_string=True)
要点使用define定义函数在define中使用python…end包围python使用的代码(python代码也可以不在包围中)在python中使用gdb命令用gdb.execute,并且需要指定to_stringsgdb可以单独写成文件然后source进来坑:坑1:python和gdb的end都不值直接注释,需要另起一行坑2:gdb.execute执行后的输出结果包括$xxx获取需要做转换坑3