To Load Programs - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

1
2
Example
The shell variable definition:
HP64_DEBUG_PATH=/users/proj/src:/users/proj/mysrc
export HP64_DEBUG_PATH
causes the debugger to search paths for C source files in the following order:
3
4
5
6
If you use the csh shell (most Sun systems), use setenv instead of export to set
the variable.

To load programs

• When starting the debugger, enter the executable file name as the last term in
the db68k command line.
$ db68k <abs_file>
Or:
• Select File→Load→Executable, then use the File Selection dialog box to select
the executable file.
Or:
• Using the command line, enter:
Program Load Default <file_name>
their location at compile time (this information is recorded in the
absolute file)
the current directory (if the required source files are not found in their
compile location)
/users/proj/src
/users/proj/mysrc
the paths specified in the absolute file at compile time
the current directory
Chapter 3: Loading and Executing Programs
Loading Programs and Symbols
79

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents