Implemented RObjectIx-based memoryaccess APIs.
Upshot is that objinfo now works again on platforms that define FSHELL_NO_DOBJECTIX_SUPPORT.
# memspy.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name memspy==short-descriptionCommand line interface for memspy debugging.==long-description==argument enum commandCommand to execute.==enum-value dumpExecutes a System Wide Memory Tracker (SYMT) dump.==enum-value startStart the System Wide Memory Tracker (SYMT) running. Config is set to dump to file, interval 30secs.==enum-value heapdumpSave a heap dump. C<parameter> should specify a partial thread name.==enum-value celldumpDumps heap cells. C<parameter> should specify a partial thread name.==enum-value chunkinfoDumps chunk info for a particular process. C<parameter> should be specify a partial process name.==argument string parameter optionalMeaning depends on the operation. Only valid for heapdump operation.==copyrightCopyright (c) 2010 Accenture. All rights reserved.