Commands Shorthand Alias break br cclasses ccl cfunctions cfu classes cl clear clear clearbreak cbr unbreak clearstat cstat clearwatch cwpt unwatch comment com context con convariables convar cvariables cva dbginternals di disassemble dis list echo echo files fi fillmem fmem findstring fds findvalue fdv format fmt functions fu help hlp images im imgproperties ip importformat i...
by chenzhufly - Linux文档专区 - 2007-12-05 23:16:31 阅读(744) 回复(0)
axd命令: 1.reload 当调试想重新载入image从头开始调试时用这个命令。 2.where 用于确定在哪个源文件,及映像文件的位置处 3.help 打开axd帮助 4.run 全速运行程序。 5.reg 查看registers的值 6.setpc setpc 0x00000020设置pc的地址,可用于开始时定位pc指针 7.stk 查看堆栈 8.va 查看变量 9.step 步步运行。 10.runtopos==>rto 11.setbreakprops===>sbp 12.setmem==>smem 13.setpc==>pc 14.setreg===>sreg 本文来自ChinaU...
前几天想把小键盘程序在u-boot里下载后运行,无效。 咨询谭老师,“老人家”说可能是u-boot里没有设置中断向量表。 今天把u-boot编译,然后下载到开发板30008000,go 30008000,没啥反应。 郁闷!!! 于是想着跟踪一下u-boot代码,看运行时到底发生什么事情。 总结u-boot调试方法如下(用axd调试u-boot): 1、在Linux下编译u-boot,在根目录下生成两个文件,u-boot,u-boot.bin 2、在windows建立文件夹D:\u-boot_gdb 3、Linux下的文...
前几天想把小键盘程序在u-boot里下载后运行,无效。 咨询谭老师,“老人家”说可能是u-boot里没有设置中断向量表。 今天把u-boot编译,然后下载到开发板30008000,go 30008000,没啥反应。 郁闷!!! 于是想着跟踪一下u-boot代码,看运行时到底发生什么事情。 总结u-boot调试方法如下(用axd调试u-boot): 1、在Linux下编译u-boot,在根目录下生成两个文件,u-boot,u-boot.bin 2、在windows建立文件夹D:\u-boot_gdb 3、Linux下的文...
我编译单个c文件,编译的时候怎么提示Image does not have an entry point呢?到了axd调试的时候会出错。 网上有类似的,不过他们是编译汇编程序,没哪个是编译单个c文件,请问这是为什么呢? 我是新手
Here lists common commands that you can issue using the command-line interface:breakbr[ expr|posn [ n]] where: expr|posn Is either an expression or a position that defines where a new breakpoint is to be created. n Specifies the number of times execution must arrive at the breakpoint in order to trigger it. The default value is 1. e.g.:br 0x8000 Sets a breakpoint at address 0x8000 br...
大家好: 本人打开axd时总是提示:the session file 'c:\documents and settings\administrator\default-1-2-0-0.ses'could not be loader 但该文件夹的此文件确实存在啊 请高手帮忙
今天用ADS调试工具调试LED程序,make成功后,点debug,axd报了一个错误:RDI sever error 00635:findn't init scripts. 这个问题怎么解决啊?网上这方面的资料寥寥无几啊,郁闷了。现在是软件仿真没问题,但是h-jtag起不来。{:3_182:}