Program Pc_Reset - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Resetting Program Variables
To reset static and global program variables after entering a Debugger
Execution Reset_Processor or Program Pc_Reset command, you must reload
your program by using the Program Load command. For faster loading, specify
Program Load New Code_Only. The debugger retains symbol information.
You do not have to reload symbol information if symbol addresses have not
changed.
The address where the object module will be loaded is specified at link time.
However, the address can be changed by specifying a new base address.
See Also
Debugger Execution Reset_Processor

Program Pc_Reset

Debugger Option General Demand_Load
Debugger Option List
Examples
To load absolute file 'ecs', remove all existing program symbols, reset the
program counter, and load the full symbol set:
Program Load Default ecs
To load only the program image of the prog section of absolute file 'ecs'
without resetting the program counter:
Program Load New Code_Only No_Pc_Set ecs;prog
Chapter 9: Debugger Commands
Program Load
381

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents