| |||
| Home > RealView Debugger Commands > Alphabetical command reference > READBOARDFILE | |||
The READBOARDFILE command reads the specified board file.
READBOARDFILE
[,auto] [=board-filename]
where:
autoIs an optional qualifier. If you specify auto the
command does not read the specified board file if it is the same
as the last one read.
board-filenameSpecifies the name of the board file to read. It must be enclosed in double quotes.
You can include one of more environment variables in the filename.
For example, if MYPATH defines the location C:\Myfiles,
you can specify:
readboardfile ="$MYPATH\\gizmo.brd"
The READBOARDFILE command reads the specified
board file. If you do not specify a board file, the command rereads
the current board file. If you do not specify a board file and no
board file has been read, the command reads the default rvdebug.brd.
The READBOARDFILE command runs synchronously.
The following example shows how to use READBOARDFILE:
readboardfile ="c:\sources\gizmo.brd"Read the file gizmo.brd into
memory, replacing the current file.
The following commands provide similar or related functionality: