PDA

View Full Version : Hardware breakpoint on specify module


Teerayoot
07-05-2003, 04:47 AM
When i set hardware breakpoint it's seem something bad for me ,that i can not control to specify break only certain module ,if it can it 's very usefull for me such as when i set on some debugged prog and not break on some system module like user32 kernel32 or 33 if it have .Hmm Can you set hw bp on condition that not break on others module ,if can how to ?

Teerayoot
07-05-2003, 04:49 AM
sorry for bad grammatically.

Anonymous
07-05-2003, 05:01 AM
No, you can't do what you are asking. You can only use address, not module. Addresses are process-wide.

Teerayoot
07-05-2003, 05:10 AM
I mean address in another modules.Can i set hw bp that read ,write only debugged exe ,not another dll or some .... other

Anonymous
07-05-2003, 12:10 PM
No, you can only set breakpoint for the process, not a specific module in the process. Since breakpoint is hardware, it done in processor, and processor not know (or care) which module is executing.

Teerayoot
07-06-2003, 10:49 AM
hmm,i know ,but intead can i set memory breakpoint that r,w on this process not other dll?

Anonymous
07-06-2003, 12:36 PM
No