jdk/test/com/sun/jdi/JdbMissStep.sh
changeset 23046 0b0407b1e2a5
parent 5506 202f599c92aa
child 31907 cafb1bf49cfb
equal deleted inserted replaced
23045:949bd9e35147 23046:0b0407b1e2a5
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 #
     6 #
     7 # This code is free software; you can redistribute it and/or modify it
     7 # 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
     8 # under the terms of the GNU General Public License version 2 only, as
     9 # published by the Free Software Foundation.
     9 # published by the Free Software Foundation.
    72 dojdbCmds()
    72 dojdbCmds()
    73 {
    73 {
    74     cmd stop at $classname'$jj2:20'
    74     cmd stop at $classname'$jj2:20'
    75     runToBkpt
    75     runToBkpt
    76     cmd step
    76     cmd step
    77     cmd quit 
       
    78 }
    77 }
    79 
    78 
    80 
    79 
    81 mysetup()
    80 mysetup()
    82 {
    81 {