Chinaunix首页 | 论坛 | 博客
  • 博客访问: 99987
  • 博文数量: 64
  • 博客积分: 2570
  • 博客等级: 少校
  • 技术积分: 605
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-24 11:00
文章分类

全部博文(64)

文章存档

2011年(1)

2010年(25)

2009年(38)

我的朋友

分类: LINUX

2009-12-16 15:04:15

gdb备忘路

set solib-absolute-prefix /path
file /path/file
continue
next
break file:linenumber
info break
step
print
target remote :
list
watchpoints
info watchpoints
disable
enable
kill
shell commandinshell

gdbserver

gdbserver : application
gdbserver :8000 ./test

For example

p i
p /f i
p /x i


阅读(243) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~