Breakpt Write - HP 68000 Series User Manual

Debugger/simulator
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 9: Debugger Commands
Breakpt Write
275

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents