Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

10.0;las (list_address_space), revision 1.0, 88/01/21
las (list_address_space) - list objects mapped into the address space.
usage: las [-all] [-from address] [-to address] [-process name]



DESCRIPTION
     las produces a list of objects mapped into the address space.
     Information printed includes the virtual address range, the starting
     address within the object, and its pathname if available (in that order).

     This command is most useful for system-level debugging.

OPTIONS
     If no options are specified, las lists the address space of the current
     process.

     -all           List all address space, including that occupied by the
                    kernel.

     -f[rom] address
                    Begin listing at the hexadecimal address specified.

     -t[o] address  End listing at the hexadecimal address specified.

EXAMPLE
     $ las


            VA Range    Obj Start   Pathname

         8000 -     FFFF        0   /usr/apollo/bin/las
        10000 -    37FFF        0   <area 192>
     3B350000 - 3B357FFF 7FFF8000   <area 179>
     3B360000 - 3B367FFF        0   /sys/mgrs/dds
     3B368000 - 3B36FFFF        0   /sys/node_data/dev/ptyp3
     3B370000 - 3B377FFF 7FFF8000   <area 156>
     3B378000 - 3B37FFFF        0   -- temporary file --
     3B380000 - 3B3C7FFF 7FFB8000   <area 234>
     3B3C8000 - 3B3CFFFF        0   /sys/node_data/systmp/stack_guard_file
     3B3D0000 - 3B3F7FFF        0   <area 174>
     3B3F8000 - 3B3FFFFF 7FFF8000   <area 159>
     3B400000 - 3B40FFFF        0   /sys/node_data/systmp/global_readonly
     3B410000 - 3B437FFF        0   /lib/pmlib
     3B438000 - 3B46FFFF        0   /lib/streams
     3B470000 - 3B477FFF        0   /lib/trait_type_lib
     3B478000 - 3B48FFFF        0   /lib/syslib.881
     3B490000 - 3B49FFFF    10000   /sys/node_data/systmp/global_readonly
     3B4A0000 - 3B4BFFFF        0   /lib/clib
     3B4C0000 - 3B4CFFFF    20000   /sys/node_data/systmp/global_readonly
     3B4D0000 - 3B4EFFFF        0   /lib/libc
     3B4F0000 - 3B517FFF        0   /lib/swtlib
     3B518000 - 3B527FFF    30000   /sys/node_data/systmp/global_readonly
     3B528000 - 3B537FFF        0   /lib/kslib
     3B538000 - 3B54FFFF        0   /lib/rgylib
     3B550000 - 3B55FFFF        0   /lib/ddslib
     3B560000 - 3B56FFFF        0   /lib/ftnlib
     3B570000 - 3B587FFF        0   /lib/awslib
     3B588000 - 3B597FFF    40000   /sys/node_data/systmp/global_readonly
     3B598000 - 3B60FFFF        0   /lib/gprlib
     3B610000 - 3B62FFFF    50000   /sys/node_data/systmp/global_readonly
     3B630000 - 3B647FFF        0   /lib/shlib
     3B648000 - 3B657FFF        0   /lib/dblib
     3B658000 - 3B65FFFF        0   /lib/pbulib
     3B660000 - 3B677FFF        0   /lib/tfp
     3B678000 - 3B69FFFF        0   /lib/dialoglib
     3B6A0000 - 3B6AFFFF    70000   /sys/node_data/systmp/global_readonly
     3B6B0000 - 3B6BFFFF        0   /sys/mgrs/global/tcp
     3B6C0000 - 3B6CFFFF        0   /sys/vstreams/vstreams
     3B6D0000 - 3B6D7FFF        0   /sys/vstreams/modules/log
     3B6D8000 - 3B6DFFFF        0   /sys/vstreams/modules/ti
     3B6E0000 - 3B6E7FFF        0   /sys/vstreams/modules/tracem
     3B6E8000 - 3B6F7FFF    80000   /sys/node_data/systmp/global_readonly
     3B6F8000 - 3B6FFFFF        0   /sys/node_data/systmp/global_rws
     3B700000 - 3B707FFF        0   /sys/node_data/ipc_data
     3B708000 - 3B78FFFF     8000   /sys/node_data/systmp/global_rws
     3BFE0000 - 3BFEFFFF        0   /rps
     3BFF0000 - 3BFFFFFF        0   /sys/node_data/tmp

     4640 KB mapped.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026