Setting Hardware Breakpoints [closed]
I'd like to understand how HBP's works,
Can you tell me how to set hardware breakpoints using assembly?
Which kind of hardware breakpoint do you mean? There are the type set with 80x86 debug registers. There are micro controllers with a JTAG interface which allow full speed execution and hardware breakpoints. And there is the breakpoint possible with dedicated external hardware, most often an In-Circuit Emulator or ICE.
Each has a specific mechanism for setting up a breakpoint. The links I provided should get you started.
精彩评论