annotate agent/src/os/linux/mapfile @ 6018:29ee40a082d3

7162063: libsaproc debug print should format size_t correctly on 64bit platform Reviewed-by: rbackman, mgronlun, dholmes
author sla
date Mon, 23 Apr 2012 13:30:39 +0200
parents c18cbe5936b8
children 5a98bf7d847b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 #
a61af66fc99e Initial load
duke
parents:
diff changeset
2
a61af66fc99e Initial load
duke
parents:
diff changeset
3 #
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 0
diff changeset
4 # Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a61af66fc99e Initial load
duke
parents:
diff changeset
6 #
a61af66fc99e Initial load
duke
parents:
diff changeset
7 # This code is free software; you can redistribute it and/or modify it
a61af66fc99e Initial load
duke
parents:
diff changeset
8 # under the terms of the GNU General Public License version 2 only, as
a61af66fc99e Initial load
duke
parents:
diff changeset
9 # published by the Free Software Foundation.
a61af66fc99e Initial load
duke
parents:
diff changeset
10 #
a61af66fc99e Initial load
duke
parents:
diff changeset
11 # This code is distributed in the hope that it will be useful, but WITHOUT
a61af66fc99e Initial load
duke
parents:
diff changeset
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a61af66fc99e Initial load
duke
parents:
diff changeset
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a61af66fc99e Initial load
duke
parents:
diff changeset
14 # version 2 for more details (a copy is included in the LICENSE file that
a61af66fc99e Initial load
duke
parents:
diff changeset
15 # accompanied this code).
a61af66fc99e Initial load
duke
parents:
diff changeset
16 #
a61af66fc99e Initial load
duke
parents:
diff changeset
17 # You should have received a copy of the GNU General Public License version
a61af66fc99e Initial load
duke
parents:
diff changeset
18 # 2 along with this work; if not, write to the Free Software Foundation,
a61af66fc99e Initial load
duke
parents:
diff changeset
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a61af66fc99e Initial load
duke
parents:
diff changeset
20 #
1552
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 0
diff changeset
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 0
diff changeset
22 # or visit www.oracle.com if you need additional information or have any
c18cbe5936b8 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 0
diff changeset
23 # questions.
0
a61af66fc99e Initial load
duke
parents:
diff changeset
24 #
a61af66fc99e Initial load
duke
parents:
diff changeset
25 #
a61af66fc99e Initial load
duke
parents:
diff changeset
26
a61af66fc99e Initial load
duke
parents:
diff changeset
27 # Define public interface.
a61af66fc99e Initial load
duke
parents:
diff changeset
28
a61af66fc99e Initial load
duke
parents:
diff changeset
29 SUNWprivate_1.1 {
a61af66fc99e Initial load
duke
parents:
diff changeset
30 global:
a61af66fc99e Initial load
duke
parents:
diff changeset
31
a61af66fc99e Initial load
duke
parents:
diff changeset
32 # native methods of LinuxDebuggerLocal class
a61af66fc99e Initial load
duke
parents:
diff changeset
33 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_init0;
a61af66fc99e Initial load
duke
parents:
diff changeset
34 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_getAddressSize;
a61af66fc99e Initial load
duke
parents:
diff changeset
35 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_attach0__I;
a61af66fc99e Initial load
duke
parents:
diff changeset
36 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2;
a61af66fc99e Initial load
duke
parents:
diff changeset
37 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_detach0;
a61af66fc99e Initial load
duke
parents:
diff changeset
38 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_lookupByName0;
a61af66fc99e Initial load
duke
parents:
diff changeset
39 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_lookupByAddress0;
a61af66fc99e Initial load
duke
parents:
diff changeset
40 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_readBytesFromProcess0;
a61af66fc99e Initial load
duke
parents:
diff changeset
41 Java_sun_jvm_hotspot_debugger_linux_LinuxDebuggerLocal_getThreadIntegerRegisterSet0;
a61af66fc99e Initial load
duke
parents:
diff changeset
42
a61af66fc99e Initial load
duke
parents:
diff changeset
43 # proc_service.h functions - to be used by libthread_db
a61af66fc99e Initial load
duke
parents:
diff changeset
44 ps_getpid;
a61af66fc99e Initial load
duke
parents:
diff changeset
45 ps_pglobal_lookup;
a61af66fc99e Initial load
duke
parents:
diff changeset
46 ps_pdread;
a61af66fc99e Initial load
duke
parents:
diff changeset
47 ps_pdwrite;
a61af66fc99e Initial load
duke
parents:
diff changeset
48 ps_lsetfpregs;
a61af66fc99e Initial load
duke
parents:
diff changeset
49 ps_lsetregs;
a61af66fc99e Initial load
duke
parents:
diff changeset
50 ps_lgetfpregs;
a61af66fc99e Initial load
duke
parents:
diff changeset
51 ps_lgetregs;
a61af66fc99e Initial load
duke
parents:
diff changeset
52 ps_get_thread_area;
a61af66fc99e Initial load
duke
parents:
diff changeset
53
a61af66fc99e Initial load
duke
parents:
diff changeset
54 # used by attach test program
a61af66fc99e Initial load
duke
parents:
diff changeset
55 init_libproc;
a61af66fc99e Initial load
duke
parents:
diff changeset
56 Pgrab;
a61af66fc99e Initial load
duke
parents:
diff changeset
57 Pgrab_core;
a61af66fc99e Initial load
duke
parents:
diff changeset
58 Prelease;
a61af66fc99e Initial load
duke
parents:
diff changeset
59
a61af66fc99e Initial load
duke
parents:
diff changeset
60 local:
a61af66fc99e Initial load
duke
parents:
diff changeset
61 *;
a61af66fc99e Initial load
duke
parents:
diff changeset
62 };