FreeBSD Manual Pages
DEBUGDIR(nged) BRL-CAD User Commands DEBUGDIR(nged) NAME debugdir - Displays a dump of the in-memory directory for the current database file. SYNOPSIS debugdir DESCRIPTION Displays a dump of the in-memory directory for the current database file. The information listed for each directory entry includes: o memory address of the directory structure. o name of the object. o "d_addr" for objects on disk, or "ptr" for objects in memory. o "SOL," "REG," or "COM" if the object is a shape, region, or combination, respectively. o file offset (for objects on disk) or memory pointer (for objects in memory). o number of instances referencing this object (not normally filled in). o number of database granules used by this object. o number of times this object is used as a member in combinations (not normally filled in). EXAMPLES The 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. AUTHOR BRL-CAD Team BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 08/29/2020 DEBUGDIR(nged)
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | AUTHOR | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=debugdir&manpath=FreeBSD+12.2-RELEASE+and+Ports>