Home
last modified time | relevance | path

Searched refs:JDWPException (Results 1 – 21 of 21) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java174 } catch (JDWPException exc) { in name()
195 } catch (JDWPException exc) { in suspend()
220 } catch (JDWPException exc) { in resume()
235 } catch (JDWPException exc) { in suspendCount()
253 } catch (JDWPException exc) { in stop()
261 } catch (JDWPException exc) { in interrupt()
277 } catch (JDWPException exc) { in jdwpStatus()
324 } catch (JDWPException exc) { in threadGroup()
338 } catch (JDWPException exc) { in frameCount()
432 } catch (JDWPException exc) { in privateFrames()
[all …]
DReferenceTypeImpl.java180 } catch (JDWPException exc) { in signature()
197 } catch (JDWPException exc) { in genericSignature()
215 } catch (JDWPException exc) { in classLoader()
312 } catch (JDWPException exc) { in fields()
331 } catch (JDWPException exc) { in fields()
460 } catch (JDWPException exc) { in methods()
488 } catch (JDWPException exc) { in methods1_4()
568 } catch (JDWPException exc) { in getInterfaces()
651 } catch (JDWPException exc) { in getValues()
676 } catch (JDWPException exc) { in classObject()
[all …]
DObjectReferenceImpl.java156 } catch (JDWPException exc) { in referenceType()
213 } catch (JDWPException exc) { in getValues()
259 } catch (JDWPException exc) { in setValue()
417 } catch (JDWPException exc) { in invokeMethod()
445 } catch (JDWPException exc) { in disableCollection()
459 } catch (JDWPException exc) { in enableCollection()
473 } catch (JDWPException exc) { in isCollected()
520 } catch (JDWPException exc) { in jdwpMonitorInfo()
561 } catch (JDWPException exc) { in referringObjects()
DVirtualMachineImpl.java199 } catch (JDWPException exc) { in VirtualMachineImpl()
318 } catch (JDWPException exc) { in redefineClasses()
409 } catch (JDWPException exc) { in suspend()
444 } catch (JDWPException exc) { in resume()
517 } catch (JDWPException exc) { in mirrorOf()
544 } catch (JDWPException exc) { in instanceCounts()
556 } catch (JDWPException exc) { in dispose()
567 } catch (JDWPException exc) { in exit()
585 } catch (JDWPException exc) { in versionInfo()
913 } catch (JDWPException exc) { in capabilities()
[all …]
DThreadGroupReferenceImpl.java65 } catch (JDWPException exc) { in name()
81 } catch (JDWPException exc) { in parent()
127 } catch (JDWPException exc) { in kids()
DJDWPException.java29 class JDWPException extends Exception { class
33 JDWPException(short errorCode) { in JDWPException() method in JDWPException
DClassTypeImpl.java68 } catch (JDWPException exc) { in superclass()
146 } catch (JDWPException exc) { in setValue()
211 } catch (JDWPException exc) { in newInstance()
287 InvocationResult waitForReply(PacketStream stream) throws JDWPException { in waitForReply()
DStackFrameImpl.java138 } catch (JDWPException exc) { in thisObject()
234 } catch (JDWPException exc) { in getValues()
293 } catch (JDWPException exc) { in setValue()
351 } catch (JDWPException exc) { in getArgumentValues()
382 } catch (JDWPException exc) { in pop()
DArrayReferenceImpl.java65 } catch (JDWPException exc) { in length()
121 } catch (JDWPException exc) { in getValues()
199 } catch (JDWPException exc) { in setValues()
DVMState.java211 } catch (JDWPException exc) { in allThreads()
239 } catch (JDWPException exc) { in topLevelThreadGroups()
DStringReferenceImpl.java46 } catch (JDWPException exc) { in value()
DConcreteMethodImpl.java255 } catch (JDWPException exc) { in bytecodes()
359 } catch (JDWPException exc) { in getBaseLocations()
445 } catch (JDWPException exc) { in getVariables1_4()
492 } catch (JDWPException exc) { in getVariables1()
DClassObjectReferenceImpl.java47 } catch (JDWPException exc) { in reflectedType()
DInvokableTypeImpl.java114 } catch (JDWPException exc) { in invokeMethod()
293 abstract InvocationResult waitForReply(PacketStream stream) throws JDWPException; in waitForReply()
DClassLoaderReferenceImpl.java90 } catch (JDWPException exc) { in visibleClasses()
DEventRequestManagerImpl.java203 } catch (JDWPException exc) { in set()
212 } catch (JDWPException exc) { in clear()
865 } catch (JDWPException exc) { in deleteAllBreakpoints()
DInterfaceTypeImpl.java110 InvocationResult waitForReply(PacketStream stream) throws JDWPException { in waitForReply()
DArrayTypeImpl.java47 } catch (JDWPException exc) { in newInstance()
DPacketStream.java64 void waitForReply() throws JDWPException { in waitForReply()
72 throw new JDWPException(pkt.errorCode); in waitForReply()
DTargetVM.java367 } catch (JDWPException e) { in run()
DMethodImpl.java225 } catch (JDWPException exc) { in isObsolete()