Home
last modified time | relevance | path

Searched refs:toJDIException (Results 1 – 19 of 19) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java175 throw exc.toJDIException(); in name()
196 throw exc.toJDIException(); in suspend()
221 throw exc.toJDIException(); in resume()
236 throw exc.toJDIException(); in suspendCount()
254 throw exc.toJDIException(); in stop()
262 throw exc.toJDIException(); in interrupt()
278 throw exc.toJDIException(); in jdwpStatus()
325 throw exc.toJDIException(); in threadGroup()
344 throw exc.toJDIException(); in frameCount()
438 throw exc.toJDIException(); in privateFrames()
[all …]
DReferenceTypeImpl.java181 throw exc.toJDIException(); in signature()
198 throw exc.toJDIException(); in genericSignature()
216 throw exc.toJDIException(); in classLoader()
313 throw exc.toJDIException(); in fields()
332 throw exc.toJDIException(); in fields()
461 throw exc.toJDIException(); in methods()
489 throw exc.toJDIException(); in methods1_4()
569 throw exc.toJDIException(); in getInterfaces()
652 throw exc.toJDIException(); in getValues()
677 throw exc.toJDIException(); in classObject()
[all …]
DObjectReferenceImpl.java157 throw exc.toJDIException(); in referenceType()
214 throw exc.toJDIException(); in getValues()
260 throw exc.toJDIException(); in setValue()
421 throw exc.toJDIException(); in invokeMethod()
446 throw exc.toJDIException(); in disableCollection()
462 throw exc.toJDIException(); in enableCollection()
474 throw exc.toJDIException(); in isCollected()
524 throw exc.toJDIException(); in jdwpMonitorInfo()
562 throw exc.toJDIException(); in referringObjects()
DVirtualMachineImpl.java200 throw exc.toJDIException(); in VirtualMachineImpl()
354 throw exc.toJDIException(); in redefineClasses()
410 throw exc.toJDIException(); in suspend()
449 throw exc.toJDIException(); in resume()
518 throw exc.toJDIException(); in mirrorOf()
545 throw exc.toJDIException(); in instanceCounts()
557 throw exc.toJDIException(); in dispose()
568 throw exc.toJDIException(); in exit()
586 throw exc.toJDIException(); in versionInfo()
914 throw exc.toJDIException(); in capabilities()
[all …]
DThreadGroupReferenceImpl.java66 throw exc.toJDIException(); in name()
82 throw exc.toJDIException(); in parent()
128 throw exc.toJDIException(); in kids()
DStackFrameImpl.java145 throw exc.toJDIException(); in thisObject()
241 throw exc.toJDIException(); in getValues()
300 throw exc.toJDIException(); in setValue()
358 throw exc.toJDIException(); in getArgumentValues()
393 throw exc.toJDIException(); in pop()
DArrayReferenceImpl.java66 throw exc.toJDIException(); in length()
122 throw exc.toJDIException(); in getValues()
200 throw exc.toJDIException(); in setValues()
DClassTypeImpl.java69 throw exc.toJDIException(); in superclass()
147 throw exc.toJDIException(); in setValue()
215 throw exc.toJDIException(); in newInstance()
DVMState.java212 throw exc.toJDIException(); in allThreads()
240 throw exc.toJDIException(); in topLevelThreadGroups()
DStringReferenceImpl.java47 throw exc.toJDIException(); in value()
DConcreteMethodImpl.java256 throw exc.toJDIException(); in bytecodes()
364 throw exc.toJDIException(); in getBaseLocations()
450 throw exc.toJDIException(); in getVariables1_4()
497 throw exc.toJDIException(); in getVariables1()
DClassObjectReferenceImpl.java48 throw exc.toJDIException(); in reflectedType()
DJDWPException.java42 RuntimeException toJDIException() { in toJDIException() method in JDWPException
DClassLoaderReferenceImpl.java91 throw exc.toJDIException(); in visibleClasses()
DEventRequestManagerImpl.java204 throw exc.toJDIException(); in set()
213 throw exc.toJDIException(); in clear()
866 throw exc.toJDIException(); in deleteAllBreakpoints()
DArrayTypeImpl.java48 throw exc.toJDIException(); in newInstance()
DInvokableTypeImpl.java118 throw exc.toJDIException(); in invokeMethod()
DTargetVM.java372 e.toJDIException().printStackTrace(System.err); in run()
DMethodImpl.java226 throw exc.toJDIException(); in isObsolete()