devel/lsmem¶
Useful for checking whether a pointer is valid, whether a certain library/plugin is loaded, etc.
Usage¶
devel/lsmem [<address> ...] [<name|pattern> ...]
Examples¶
devel/lsmem 0x1234 5678 90abList any ranges containing the addresses
0x1234,0x5678, or0x90ab. Addresses are interpreted as hex; the0xprefix is optional.devel/lsmem dwarf g_srcList any ranges corresponding to files matching
dwarforg_src(case-insensitive).devel/lsmem .+List any ranges with non-empty filenames. Any Lua patterns are allowed.