I need to detect when some memory changes in dbx on Solaris. I know in gdb that I would do this with watch <memoryLocation>
. However, I am using dbx at the moment, so I need to know how to set a hardware watchpoint in dbx. What is the dbx command to set a hardware watchpoint?
Asked
Active
Viewed 862 times
1

WilliamKF
- 41,123
- 68
- 193
- 295
2 Answers
0
dbx
is the standard debugger on Solaris and AIX; these debuggers are different, and you didn't say which one you are actually using.

Employed Russian
- 199,314
- 34
- 295
- 362
0
I think your question is answered here: How do you put a breakpoint on a memory location in dbx?
It's the same for C and C++.

Community
- 1
- 1

Chris Quenelle
- 801
- 4
- 16