Chinaunix首页 | 论坛 | 博客
  • 博客访问: 774810
  • 博文数量: 239
  • 博客积分: 60
  • 博客等级: 民兵
  • 技术积分: 1045
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-22 18:25
文章分类

全部博文(239)

文章存档

2019年(9)

2018年(64)

2017年(2)

2016年(26)

2015年(30)

2014年(41)

2013年(65)

2012年(2)

分类: LINUX

2016-02-04 10:13:34

今天在HP-UX上调试代码时,动态库下不了断点,提示如下信息


warning: Cannot insert breakpoint 0: in /lib/xxx_codeD.sl
warning: This is because your shared libraries are
warning: not mapped private. To attach to a process
warning: and debug its shared libraries you must 
warning: prepare the program with 
warning: "/opt/langtools/bin/pxdb -s on  "
warning:  or "chatr +dbg enable ".
warning: Add this to your Makefile for debug builds
warning: so that each rebuilt debuggable a.out would
warning: have this feature turned on.
Temporarily disabling shared library breakpoints:0 


根据提示执行
chatr +dbg enable xxx_codeD.sl


再次重新加载动态库,可以下断点.


另外,在64位机器下,应使用gdb64 ,而不是gdb
阅读(1544) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~