src/jdk.jdi/share/classes/com/sun/tools/jdi/resources/jdi.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     1
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     2
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     4
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    10
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    15
# accompanied this code).
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    16
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    17
# You should have received a copy of the GNU General Public License version
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    20
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    23
# questions.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    24
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    25
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
true = true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
false = false
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
version_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
raw.command = Raw command to start the debugged application VM
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
raw.command.label = Command
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
raw.address = Address from which to listen for a connection after the raw command is run
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
raw.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
raw.quote = Character used to combine space-delimited text into a single command line argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
raw.quote.label = Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
raw.description = Launches target using user-specified command line and attaches to it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
sun.home = Home directory of the SDK or runtime environment used to launch the application
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
sun.home.label = Home 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
sun.options = Launched VM options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
sun.options.label = Options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
sun.main = Main class and arguments, or if -jar is an option, the main jar file and arguments
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
sun.main.label = Main
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
sun.init_suspend = All threads will be suspended before execution of main
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
sun.init_suspend.label = Suspend
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
sun.quote = Character used to combine space-delimited text into a single command line argument
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
sun.quote.label = Quote
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
sun.vm_exec = Name of the Java VM launcher
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
sun.vm_exec.label = Launcher
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
sun.description = Launches target using Sun Java VM command line and attaches to it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
generic_attaching.address = Address to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
generic_attaching.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
generic_attaching.timeout = Timeout while waiting to attach 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
generic_attaching.timeout.label = Timeout
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
generic_listening.address = Address to listen for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
generic_listening.address.label = Address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
generic_listening.timeout = Timeout while waiting for connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
generic_listening.timeout.label = Timeout
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
socket_transportservice.description = Connects debugger and debugee using a TCP connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
memory_transportservice.description = Connects debugger and debugee using a shared memory connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
socket_attaching.host = Machine name to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
socket_attaching.host.label = Host
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
socket_attaching.port = Port number to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
socket_attaching.port.label = Port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
socket_attaching.description = Attaches by socket to other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
socket_listening.localaddr = Local address that the listener binds to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
socket_listening.localaddr.label = Local address
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
socket_listening.port = Port number at which to listen for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
socket_listening.port.label = Port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
socket_listening.description = Accepts socket connections initiated by other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
memory_attaching.name = Name of the shared memory area to which to attach for VM connections
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
memory_attaching.name.label = Name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
memory_attaching.description = Attaches by shared memory to other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
memory_listening.name = Name of the shared memory area at which to listen for VM connection
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
memory_listening.name.label = Name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
memory_listening.description = Accepts shared memory connections initiated by other VMs
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
process_attaching.description = Attaches to debuggee by process-id (pid)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
process_attaching.pid = pid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
process_attaching.pid.label = Process-id (pid) of debuggee