码迷,mamicode.com
首页 > 数据库 > 详细

gdb小帮手

时间:2014-08-21 11:06:13      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   color   ar   amp   linux   on   sp   res   

在LINUX下干活基本不要指望着像在WIN下干活那么舒服。

不同的版本和不同的库都可能会引起各种不同的错误现象。一定要有心理准备。

(gdb) p *pid
$15 = {id = 7, feature_offset = -1, feature = "&usr=", ‘\000‘ <repeats 24 times>, feature_len = 0,
  type = 0 ‘\000‘, result_offset = 4, result_len = 32, proto_no = 1,
  fill_fileld = 0x4080b4 <fill_fileld_str>, end_mark = "&", ‘\000‘ <repeats 28 times>, ext = 0x0}
(gdb) set print pretty on   //
(gdb) p *pid
$16 = {
  id = 7,
  feature_offset = -1,
  feature = "&usr=", ‘\000‘ <repeats 24 times>,
  feature_len = 0,
  type = 0 ‘\000‘,
  result_offset = 4,
  result_len = 32,
  proto_no = 1,
  fill_fileld = 0x4080b4 <fill_fileld_str>,
  end_mark = "&", ‘\000‘ <repeats 28 times>,
  ext = 0x0
}

-g      //添加调试功能

-Wall     //添加编译打印

gdb小帮手,布布扣,bubuko.com

gdb小帮手

标签:style   color   ar   amp   linux   on   sp   res   

原文地址:http://www.cnblogs.com/zhmy/p/3926625.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!