Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Throw DebugException when getSignals() fails.Mikhail Khodjaiants2-0/+21
2003-04-23update versionDavid Inglis1-1/+1
2003-04-23Additional checks for the situation when the stack depth is not 0 and the fra...Mikhail Khodjaiants2-3/+8
2003-04-22Disconnect: terminate should be called from the disconnect event handler.Mikhail Khodjaiants2-10/+7
2003-04-21Disconnnect: target should be disconnected before terminate the session becau...Mikhail Khodjaiants2-0/+14
2003-04-21Unnecessary error logging (bug 36682).Mikhail Khodjaiants2-2/+4
2003-04-21Temporary fix for character values.Mikhail Khodjaiants2-10/+31
2003-04-20updatedAlain Magloire1-0/+5
2003-04-20Was Throwing indexOutOfBound Exception for emptyAlain Magloire1-1/+1
2003-04-17Check if the underlying cdi variable is not null before accessing it.Mikhail Khodjaiants2-3/+7
2003-04-16Quick fix for variable values.Mikhail Khodjaiants2-0/+51
2003-04-14updated.Alain Magloire1-0/+6
2003-04-14StringBuffer.indexOf() 1.4.x only.Alain Magloire1-2/+3
2003-04-11Core support of function and method breakpointsMikhail Khodjaiants6-12/+143
2003-04-10Core support of function breakpoints.Mikhail Khodjaiants1-1/+1
2003-04-09Core support of function breakpoints.Mikhail Khodjaiants4-1/+135
2003-04-08Changed the message text in the 'getStackDepth' method.Mikhail Khodjaiants2-1/+5
2003-04-07Changed the message generated in the 'targetRequestFailed' methods of CDebugE...Mikhail Khodjaiants2-2/+6
2003-04-07Replaced 'toString()' by 'getMessage()' for CDI exceptions.Mikhail Khodjaiants7-23/+32
2003-04-01Moved the 'Auto-Refresh' preferences from CDebugUIPlugin to use it for initia...Mikhail Khodjaiants4-0/+27
2003-04-01Removed the 'fDebugTarget' field from CSharedLibraryManager.Mikhail Khodjaiants2-2/+5
2003-03-31Core support of 'Auto-Refresh' and 'Refresh' actions.Mikhail Khodjaiants8-155/+354
2003-03-28Use the 'exists' method of the 'IFile' interface instead of using 'toFile().e...Mikhail Khodjaiants3-3/+3
2003-03-28Use the 'exists' method of the 'IFile' interface instead of using 'toFile().e...Mikhail Khodjaiants1-0/+5
2003-03-28Do not log the exceptions thrown by the breakpoint setting methods.Mikhail Khodjaiants1-0/+4
2003-03-28Do not log the exceptions thrown by the breakpoint setting methods.Mikhail Khodjaiants1-1/+1
2003-03-28Added default format preference constants for variables, expressions and regi...Mikhail Khodjaiants2-0/+19
2003-03-28'Run To C/C++ Line' and 'Resume At C/C++ Line' actions for external files.Mikhail Khodjaiants5-45/+89
2003-03-27Applied patch from Chris Songer: Assembly View FixupsMikhail Khodjaiants3-6/+32
2003-03-27updatedAlain Magloire1-0/+5
2003-03-27Changes was doen int the Core Model:Alain Magloire1-16/+22
2003-03-18Removed the gdb-specific variable parsing.Mikhail Khodjaiants10-219/+39
2003-03-17Replace range by start index and length in 'Display As Array' action.Mikhail Khodjaiants4-7/+13
2003-03-14Added the 'isEditable' and 'hasChildren' methods to the 'ICVariable' interface.Mikhail Khodjaiants4-28/+50
2003-03-14Cross-referencing projects cause the debugger to go into a stack overflow exc...Mikhail Khodjaiants2-1/+19
2003-03-13updated.Alain Magloire1-1/+7
2003-03-13getName() no longer throw exceptionsAlain Magloire2-19/+2
2003-03-13Updated.Alain Magloire1-1/+12
2003-03-13enw method getLocalVariableObjects.Alain Magloire1-0/+9
2003-03-13ICDIVariable extends ICDIVariableObjectAlain Magloire1-2/+3
2003-03-13ICDIRegister extends ICDIRegisterObject.Alain Magloire1-1/+1
2003-03-13ICDIArgument extends ICDIArgumenObject.Alain Magloire1-1/+1
2003-03-11New ICDIVariableManager methods for the 'DisplayAsArray' and 'CastToType' act...Mikhail Khodjaiants2-11/+48
2003-03-11updatedAlain Magloire1-0/+5
2003-03-11New method getVariableObjectAsArray()Alain Magloire1-4/+19
2003-03-10Core support of the "Display As Array" action.Mikhail Khodjaiants4-33/+67
2003-03-10Use the 'isEditable' method of ICDIVariable instead of using types in the 'su...Mikhail Khodjaiants1-18/+16
2003-03-09Refresh the type of variable when casting.Mikhail Khodjaiants1-0/+2
2003-03-09Core support of the "Cast To Type" and "Restore Default Type" actions.Mikhail Khodjaiants5-14/+217
2003-03-07Cleanup. Removed warnings.Mikhail Khodjaiants4-26/+0

Back to the top