View Full Version : Hardware breakpoint on specify module
Teerayoot
July 5th, 2003, 03:47
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
July 5th, 2003, 03:49
sorry for bad grammatically.
Anonymous
July 5th, 2003, 04:01
No, you can't do what you are asking. You can only use address, not module. Addresses are process-wide.
Teerayoot
July 5th, 2003, 04:10
I mean address in another modules.Can i set hw bp that read ,write only debugged exe ,not another dll or some .... other
Anonymous
July 5th, 2003, 11:10
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
July 6th, 2003, 09:49
hmm,i know ,but intead can i set memory breakpoint that r,w on this process not other dll?
Anonymous
July 6th, 2003, 11:36
No
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.