Breakpt Write - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Breakpt Write

The Breakpt Write command sets a write breakpoint. The write breakpoint
halts program execution each time the target memory attempts to write data to
the specified memory location (< addr> ) or range (< addr> ..< addr> ).
The Breakpt Read command behaves just like the Breakpt Access command.
See Also
Breakpt Access
Examples
To set a breakpoint to occur when the program writes a false value to variable
'system_is_running':
Breakpt Write &system_running; when (system_running==00)
To set a write breakpoint starting at the address of global variable
'current_temp' and ending 8 bytes after the address of 'current_temp':
Breakpt Write &current_temp..+8
Chapter 12: Debugger Commands
Breakpt Write
365

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents