Manual

This is a PMON2000 manual page

dump

The dump command uploads memory contents to the hostport

Command Format

dump [-B] [-h port] addr size [port]

where:

db

The db command deletes breakpoints

Command Format

db
db nr...
db *

where:

nr list of breakpoint numbers to delete
* deletes all breakpints

Invoking the db command with no parameters will display all current breakpoints

date

The date command displays or sets the date and time.

Command Format

date [yyyymmddHHMM.SS]

where:

yyyymmddHHMM.SS is the new date and time

Functional description

Invoking the date command with no arguments displays the current date and time as stored in the boards battery-backed clock/calendar device.

d

The d command displays memory contents.

 

Command Format

d [-bhwds] [-r reg] addr [cnt]

where:

copy

The copy command copies one memory area from one addresss to another address.

Command Format

copy from to size

where:

call

The call command calls a function and print the return value.

Command Format

call addr [arg... | -s string]

where:

c

The c command resumes program execution after a breakpoint

Command Format

c [addr]

where:

addr insert a temporary breakpoint at address

Invoking the c command without options resumes execution at the location given by CPC register.

bt

The bt command unwind and display the stack

Command Format

bt [-v] [cnt]

where:

-v verbose. Print any additional frame information
cnt limit the nesting depth to cnt levels

boot

The boot command will load and start a program.

Command Format

boot [options] path [args]...

where:

b

The b command set and display breakpoints.

Command Format

b
b addr...
b addr -s command

where:

Syndicate content

Powered by Drupal, an open source content management system