| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: &optional name-or-x name-if-x-supplied
The argument list is a bit hard to specify. :register can be called with these arguments:
:register ;; No arguments, print all registers and values :register :x ;; print all registers, values in hexidecimal :register name ;; print the value of the names register :register :x name ;; print the value of the names register in hexidecimal
Called without arguments, for any frame which has a saved register
context, print the registers of that function. Called
with :x
as the value
of name, show values in hexadecimal.
Called with name the name of a register, print
the value of that register (called with :x name
,
print the value in hexadecimal).
See also the :set-register command.
The minimal abbreviation of :register is :reg.
See top-level.htm for more information on top-level commands. See debugging.htm for information on the debugger and examples of stepping.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |