equal
deleted
inserted
replaced
1 # |
1 # |
2 |
2 # Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. |
3 # |
|
4 # Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. |
|
5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
6 # |
4 # |
7 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
8 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
9 # published by the Free Software Foundation. |
7 # published by the Free Software Foundation. |
20 # |
18 # |
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 # or visit www.oracle.com if you need additional information or have any |
20 # or visit www.oracle.com if you need additional information or have any |
23 # questions. |
21 # questions. |
24 # |
22 # |
25 # |
|
26 |
23 |
27 # Define public interface. |
24 # Define public interface. |
28 |
|
29 SUNWprivate_1.1 { |
25 SUNWprivate_1.1 { |
30 global: |
26 global: |
31 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2; |
27 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2; |
32 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2; |
28 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2; |
33 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_demangle0; |
29 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_demangle0; |
45 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_resume0; |
41 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_resume0; |
46 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_suspend0; |
42 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_suspend0; |
47 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_writeBytesToProcess0; |
43 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_writeBytesToProcess0; |
48 # this is needed by saproc_audit.c to redirect opens in libproc.so |
44 # this is needed by saproc_audit.c to redirect opens in libproc.so |
49 libsaproc_open; |
45 libsaproc_open; |
50 local: |
46 # Disassembler interface |
|
47 Java_sun_jvm_hotspot_asm_Disassembler_decode; |
|
48 Java_sun_jvm_hotspot_asm_Disassembler_load_1library; |
|
49 local: |
51 *; |
50 *; |
52 }; |
51 }; |