由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - 软断点和硬断点有什么区别啊?
相关主题
这个MIPS有他CEO说的那么好吗? (转载)job opening - Product Engineer
run from flash vs. run from ram湾区硅谷工作机会 -- Application Enginner (转载)
[求助]关于readback在spartan3 FPGA的实现Power Systems - Verification/Integration Engineer (all leve (转载)
Help: who knows about the readback commands for SPARTAN3?有个产品,家里自己开发的,谁要,出个价钱
ASIC DFT EngineerSENIOR DFT ENGINEER position
大公司,小公司?St Micro 提供BSDL file吗
ti和micochip的microcontroller比较内推2-3个软工 (转载)
修理电路板New Grad 找Embedded/Firmware工作
相关话题的讨论汇总
话题: 断点话题: breakpoint话题: hard话题: swi话题: chip
进入EE版参与讨论
1 (共1页)
r****o
发帖数: 1950
1
用JTAG调试的时候,这3种break point有什么区别?
soft breakpoint
hard breakpoint
on-chip breakpoint
希望大侠指教。
s********k
发帖数: 6180
2
硬件断点可以用在FLASH里面,而软件断点不能?

【在 r****o 的大作中提到】
: 用JTAG调试的时候,这3种break point有什么区别?
: soft breakpoint
: hard breakpoint
: on-chip breakpoint
: 希望大侠指教。

i*****t
发帖数: 24265
3
soft breakpoint
软件模拟的断点,暂停执行
hard breakpoint
硬件本身提供的断点,需要硬件支持
on-chip breakpoint
不知道,估计是硬件断点?
s********k
发帖数: 6180
4
我看有一个2 breakpoints的限制?这个是没有flash支持情况下的soft breakpoint?

【在 i*****t 的大作中提到】
: soft breakpoint
: 软件模拟的断点,暂停执行
: hard breakpoint
: 硬件本身提供的断点,需要硬件支持
: on-chip breakpoint
: 不知道,估计是硬件断点?

r****o
发帖数: 1950
5
版上这么多搞嵌入式开发的,
希望多发言啊。

【在 r****o 的大作中提到】
: 用JTAG调试的时候,这3种break point有什么区别?
: soft breakpoint
: hard breakpoint
: on-chip breakpoint
: 希望大侠指教。

b*****e
发帖数: 1193
6
以ARM为例
soft breakpoint
,通过SWI+RDI实现的软断点, 只能在ram上用.但个数无限.
说白了,就是要在image插入swi call作为断点
hard breakpoint
在cpu级实现的断点, 保存断点地址在硬件上, hit则halt cpu.
所以有2个的限制.可以用于debug run-in-flash code
,这类code不支持
软断点.
b*****e
发帖数: 1193
7
以ARM为例
soft breakpoint
,通过SWI+RDI实现的软断点, 只能在ram上用.但个数无限.
说白了,就是要在image插入swi call作为断点
hard breakpoint
在cpu级实现的断点, 保存断点地址在硬件上, hit则halt cpu.
所以有2个的限制.可以用于debug run-in-flash code
,这类code不支持
软断点.
r****o
发帖数: 1950
8
多谢,
大侠能解释一下SWI和RDI啥意思吗?
另外,还有个on-chip breakpoint,这个和hard breakpoint啥区别?

【在 b*****e 的大作中提到】
: 以ARM为例
: soft breakpoint
: ,通过SWI+RDI实现的软断点, 只能在ram上用.但个数无限.
: 说白了,就是要在image插入swi call作为断点
: hard breakpoint
: 在cpu级实现的断点, 保存断点地址在硬件上, hit则halt cpu.
: 所以有2个的限制.可以用于debug run-in-flash code
: ,这类code不支持
: 软断点.

b*****e
发帖数: 1193
9
google 吧
hard/flash bp 就是on-chip bp 拉
b*****e
发帖数: 1193
10
google 吧
hard/flash bp 就是on-chip bp 拉
1 (共1页)
进入EE版参与讨论
相关主题
New Grad 找Embedded/Firmware工作ASIC DFT Engineer
More explanation about NP, NP-Hard and NPC大公司,小公司?
any one done soft switching in power sircuit?ti和micochip的microcontroller比较
soft error rate有谁仿真测过的?修理电路板
这个MIPS有他CEO说的那么好吗? (转载)job opening - Product Engineer
run from flash vs. run from ram湾区硅谷工作机会 -- Application Enginner (转载)
[求助]关于readback在spartan3 FPGA的实现Power Systems - Verification/Integration Engineer (all leve (转载)
Help: who knows about the readback commands for SPARTAN3?有个产品,家里自己开发的,谁要,出个价钱
相关话题的讨论汇总
话题: 断点话题: breakpoint话题: hard话题: swi话题: chip