GDB
如需转载,请注明出处!
WebSite: http://www.jjos.org/
作者: 姜江 linuxemacs@gmail.com
QQ: 457283
代码获取和构建
git clone git@github.com:jellycn/gdb-python.git
cd gdb-python
./configure –with-python
make && make install
ChangeLog
09/05/2010
为gdb.Breakpoint类新增两个属性:
filename – 只读属性,获取断点所属的文件名称
line – 只读属性,获取断点所属文件的行号
~~~ END ~~~
From Jelly's Blog, post GDB
Post Footer automatically generated by wp-posturl plugin for wordpress.