There is no comprehensive list of all the show routines available. This will depend on your kernel configuration and what components are included.
Here are a few show routines that I have found useful in the past.
adrSpaceShow(details 0, 1) - Show details of the Address Space, including physical address, User Region address and kernel virtual mapping.
envShow(taskId) - Show environment for a given task
iosDevShow - Show loaded I/O Devices
iosDrvShow - Show I/O Device Driver Function Table
iosFdShow - show open File Descriptors
memShow - show memory usage statistics
moduleShow - show downloaded modules
objShowAll - show the list of all the objects in the system (semaphores, tasks, msgQs, etc...)
objShow (objectId) - show detailed information about an object