Searched refs:jdb (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DJdbReadTwiceTest.sh29 # @summary TTY: .jdbrc is read twice if jdb is run in the user's home dir
49 # is what jdb will report when it reads an init file.
57 # be under here too, and pass it into jdb, to avoid problems
66 jdbFiles="$HOME/jdb.ini $HOME/.jdbrc $here/jdb.ini $here/.jdbrc $tmpResult $fred"
79 echo quit | $TESTJAVA/bin/jdb -J-Duser.home=$HOME > $tmpResult 2>&1
84 # $1 is the expected number of occurances of $2 in the jdb output.
108 # Note: If jdb reads a file, it outputs a message containing
110 # If jdb can't read a file, it outputs a message containing
117 mkFiles $HOME/jdb
[all...]
H A DJdbArgTest.sh28 # @summary TTY: jdb throws IllegalArumentException on cmd line args
61 $TESTJAVA/bin/jdb Server 0RBDebug subcontract,shutdown,transport 2>&1 | \
68 fail "FAILED: jdb got an IllegalArgumentException"
H A DShellScaffold.sh36 # and use jdb as the debugger. This file contains
97 # There are problem with jtreg leaving behind orphan java and jdb processes
101 # and jdb processes this script launches. We can then do the right kind
114 # of using $! to get the PIDs of the jdb and debuggee processes
120 # resort to just killing java.exe and jdb.exes
123 # debuggeepid: used in jdb process to detect if debuggee has died.
126 # jdbpid: dofail: used to detect if in main process or jdb process
127 # waitforfinish: quit if the jdb process is gone
140 # cmds to jdb, then stdout is redirected to jdb
[all...]
H A DEvalArgs.sh35 # the above error occurs. jdb doesnt notice that this is
208 # drive jdb by sending cmds to it and examining its output
268 # isn't an exact match and jdb isn't smart enough
H A DDeferredStepTest.sh92 jdb DeferredStep
107 # This is called to feed cmds to jdb.
H A DJdbMethodExitTest.sh28 # @summary TTY: Add support for method exit event return values to jdb
48 * This tests the jdb trace command
193 # drive jdb by sending cmds to it and examining its output
/openjdk7/hotspot/agent/make/
H A Djdbcore.sh43 $JAVA_HOME/bin/jdb -J-Xbootclasspath/a:$SA_CLASSPATH:$JAVA_HOME/lib/tools.jar \
H A Djdbcore64.sh43 $JAVA_HOME/bin/jdb -J-d64 -J-Xbootclasspath/a:$SA_CLASSPATH:$JAVA_HOME/lib/tools.jar \
H A Djdbproc.sh42 $JAVA_HOME/bin/jdb -J-Xbootclasspath/a:$SA_CLASSPATH:$JAVA_HOME/lib/tools.jar \
H A Djdbproc64.sh41 $JAVA_HOME/bin/jdb -J-d64 -J-Xbootclasspath/a:$SA_CLASSPATH:$JAVA_HOME/lib/tools.jar \
/openjdk7/jdk/make/jpda/tty/
H A DMakefile33 PROGRAM = jdb
/openjdk7/hotspot/agent/test/jdi/
H A Drunsa.sh36 Usage: runsa.sh [-jdk <jdk-pathname>] [-jdb] [ -jdbx ] [ -d64 ] [ -remote ] [ pid | corefile | debugserver ]
40 -jdb means to connect using jdb instead of the sagclient program.
74 -jdb)
75 do=jdb
176 elif [ "$do" = jdb ] ; then
178 $jdk/bin/jdb -J-Xbootclasspath/a:$classesDir -connect sun.jvm.hotspot.jdi.SACoreAttachingConnector:core=sagcore
H A Drunjpda.sh49 -jdb)
50 do=jdb
H A Drunjdb.sh26 # jdb is a .c file that seems to discard the setting of CLASSPATH.
27 # So, we have to run jdb by calling java directly :-(
102 $jdk/bin/jdb -J-Xbootclasspath/a:$sa -connect \
/openjdk7/jdk/test/com/sun/corba/cachedSocket/
H A D7056731.sh100 )| ${TESTJAVA}${FS}bin${FS}jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000
/openjdk7/jdk/make/launchers/
H A DMakefile70 $(call make-launcher, jdb, com.sun.tools.example.debug.tty.TTY, , )
/openjdk7/jdk/test/
H A DMakefile775 vmsqe_jdb: RUNVMSQE_TEST_OPTION=-jdb
/openjdk7/jdk/make/common/
H A DRelease.gmk150 jdb.1 \
486 jdb$(EXE_SUFFIX) \

Completed in 4162 milliseconds