免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1854 | 回复: 1
打印 上一主题 下一主题

大侠帮忙!模块调试(非内核模块) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-23 14:46 |只看该作者 |倒序浏览
我在调试apache的一个模块daytime,apache和daytime都用-g编译的,而且用gdb调试
apache是没有问题的,daytime也可以正常运行,但是按照下面步骤调试daytime却不行?为
什么

gdb mod_daytime.so
(略)
(gdb) attach 11942
Attaching to program: /usr/local/apache/modules/mod_daytime.so, process 11942
0x00755402 in ?? ()
(gdb) b process_daytime_connection (daytime中的一个函数)
Breakpoint 1 at 0x788: file mod_daytime.c, line 106.
(gdb) c
Continuing.
Warning:
Cannot insert breakpoint 1.
Error accessing memory address 0x788: Input/output error.

论坛徽章:
0
2 [报告]
发表于 2006-02-23 21:49 |只看该作者
原来不是这么调试的,用google搜不到,用yahoo却搜到了
Examples of debugging targets like this are:

Loading modules
Interprocess communication
Resource management
To debug like this:

1. Compile Apache with debugging enabled.
2. Use ps (or its equivalent) to get the process ID of a running HTTPD.
3. Invoke gdb with the command line % gdb httpd.
4. Once in gdb, attach to the running process with "(gdb) attach pid" where pid is the process ID from step 2.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP