|
NAMEdebugdir - Displays a dump of the in-memory directory for the current database file.SYNOPSISdebugdir DESCRIPTIONDisplays a dump of the in-memory directory for the current database file. The information listed for each directory entry includes:•memory address of the directory structure.
•name of the object.
•"d_addr" for objects on disk, or
"ptr" for objects in memory.
•"SOL," "REG," or
"COM" if the object is a shape, region, or combination,
respectively.
•file offset (for objects on disk) or memory
pointer (for objects in memory).
•number of instances referencing this object (not
normally filled in).
•number of database granules used by this
object.
•number of times this object is used as a member
in combinations (not normally filled in).
EXAMPLESThe example shows the use of the debugdir command to get a dump of the in-memory directory.Example 1. Get a dump of the in-memory directory. mged> debugdir Gets a dump of the in-memory directory. AUTHORBRL-CAD TeamBUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |