QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1187|回复: 3

哪位大哥能告诉我如下在skyeye下单步执行ucos

[复制链接]
发表于 2005-10-20 11:27:21 | 显示全部楼层 |阅读模式
哪位大哥能告诉我如下在skyeye下单步执行ucos
 楼主| 发表于 2005-10-20 11:46:57 | 显示全部楼层
主要是如何单步调试自己写的应用程序
回复

使用道具 举报

发表于 2005-10-24 12:32:27 | 显示全部楼层
Of cource.Firstly load your image to skyeye,that is to run the following command in skyeye:
target sim
load
Then you will notice your start address, for example ,0x2000
Then type command to set breakpoint in skyeye:
break *0x2000
Then run image in skyeye :
run
Then you can step execute by type command "si" in skyeye. You can look up gdb command help to get more tips about step debug.
回复

使用道具 举报

发表于 2005-10-24 12:36:02 | 显示全部楼层
Of cource.Firstly load your image to skyeye,that is to run the following command in skyeye:
target sim
load
Then you will notice your start address, for example ,0x2000
Then type command to set breakpoint in skyeye:
break *0x2000
Then run image in skyeye :
run
Then you can step execute by type command "si" in skyeye. You can look up gdb command help to get more tips about step debug.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 14:54 , Processed in 0.043429 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表