自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 gdb init file

GDB will read init file $HOME/.gdbinit

2014-10-14 10:17:02 384

转载 use gdb to locate segment fault

http://blog.csdn.net/ithomer/article/details/5945152 step 1 u

2014-10-13 16:46:47 257

转载 vim command

:g/pattern/d 是找到pattern, 删之 :v/pattern/d 是找到非pattern, 删之 :%s/xxx//gn,统计xxx个数,n表示只报告匹配的个数而不进行实际的替换。 详见「:help :v」或「:help :g」

2014-09-16 09:20:00 237

转载 memory corruption

http://blog.csdn.net/wallacexiang/article/details/4300831 *** glibc detected *** free(): invalid pointer: *** glibc detected *** malloc(): memory corruption: *** glibc detected *** double free or

2014-09-15 22:57:24 369

原创 llvm runtime analysis

opt -time-passes -info-output-file tmp  $passes $input -o $output -f File lib/Support/Timer.cpp opt --debug-pass=None|Arguments|Structure|Executions|Details $input -o $output -f s

2014-09-15 22:53:51 226

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除