mapfile revision 892
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This code is free software; you can redistribute it and/or modify it
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# under the terms of the GNU General Public License version 2 only, as
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# published by the Free Software Foundation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# version 2 for more details (a copy is included in the LICENSE file that
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# accompanied this code).
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You should have received a copy of the GNU General Public License version
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# have any questions.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Define public interface.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSUNWprivate_1.1 {
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync global:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_demangle0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_detach0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillCFrameList0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillLoadObjectList0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_fillThreadList0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getPageSize0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getRemoteProcessAddressSize0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_getThreadIntegerRegisterSet0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_initIDs;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_lookupByAddress0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_lookupByName0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_readBytesFromProcess0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_resume0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_suspend0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_writeBytesToProcess0;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync # this is needed by saproc_audit.c to redirect opens in libproc.so
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync libsaproc_open;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsynclocal:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync *;
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync};
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync