Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2002-11-08This commit was manufactured by cvs2svn to create tagGA_1_0_candidate_20021108cvs2svn36-3618/+0
2002-11-07When a referenced project is deleted it's location is null. The source locato...Mikhail Khodjaiants2-1/+10
2002-11-06Catch the exception and use a list.Alain Magloire1-10/+7
2002-11-06updated.Alain Magloire1-2/+8
2002-11-06updated.Alain Magloire1-0/+6
2002-11-06some element of the argument array was null.Alain Magloire1-11/+10
2002-11-05Added support of the 'Add Global Variables' action of the Expressions view.Mikhail Khodjaiants9-4/+441
2002-11-05Added support of the 'Add Global Variables' action of the Expressions view.Mikhail Khodjaiants4-0/+89
2002-11-05updated.Alain Magloire1-1/+7
2002-11-05Fire ChangedEvent when setting the value.Alain Magloire1-2/+8
2002-11-04local to nativeDavid Inglis1-1/+1
2002-11-04Implementation of the "Format/Decimal" and "Format/Unsigned Decimal" actions ...Mikhail Khodjaiants7-8/+163
2002-11-04Added support of the formatting actions of the Memory view.Mikhail Khodjaiants5-48/+80
2002-11-01Implementing decimal format support of the Memory view.Mikhail Khodjaiants2-3/+67
2002-11-01Added conversion utilities to support decimal format in the Memory View.Mikhail Khodjaiants2-2/+115
2002-11-01Added 'IExecFileInfo' interface.Mikhail Khodjaiants3-3/+62
2002-11-01Replaced the 'IProject' argument by 'IFile' in the debug target factory metho...Mikhail Khodjaiants1-0/+5
2002-11-01Removed unused constructor.Mikhail Khodjaiants1-34/+0
2002-11-01Removed unused debug target factory methods.Mikhail Khodjaiants1-304/+3
2002-11-01Replaced the 'IProject' argument by 'IFile' in the debug target factory methods.Mikhail Khodjaiants3-3/+200
2002-11-01updated.Alain Magloire1-0/+15
2002-11-01Try to catch upfront errors like bad arguments by checkingAlain Magloire1-0/+23
2002-11-01Ignore the errror form "set new-console"Alain Magloire1-6/+11
2002-11-01Update() returns the addresses.Alain Magloire1-1/+2
2002-11-01Refresh any other needed block.Alain Magloire1-1/+11
2002-11-01let throw MIException in createSessionDavid Inglis2-28/+24
2002-10-31Removed the 'Modified Value Color' preference.Mikhail Khodjaiants2-2/+7
2002-10-31Fix for synchronization bug in CFormattedMemoryBlock.Mikhail Khodjaiants1-1/+1
2002-10-31Fix for synchronization bug in CFormattedMemoryBlock.Mikhail Khodjaiants1-0/+4
2002-10-31Fix for synchronization bug in CFormattedMemoryBlock.Mikhail Khodjaiants1-4/+4
2002-10-31Fix for synchronization bug in CFormattedMemoryBlock.Mikhail Khodjaiants1-46/+137
2002-10-31update.Alain Magloire1-0/+9
2002-10-31Check if The MemoryBlock.isDirty().Alain Magloire1-1/+3
2002-10-31Two new methods isDirty() and setDirty().Alain Magloire1-0/+16
2002-10-30Implementing the 'Refresh Memory' action.Mikhail Khodjaiants7-7/+57
2002-10-30Implementation of the 'SaveMemoryChanges' action.Mikhail Khodjaiants7-1/+105
2002-10-30Implementation of the 'SaveMemoryChanges' action.Mikhail Khodjaiants3-6/+65
2002-10-30Updated to reflect removal of evaluateExpressionToValue from the API and adde...Peter Graves2-38/+8
2002-10-30updated.Alain Magloire1-0/+5
2002-10-30reuse refresh() to fire events if the assign was succesffull.Alain Magloire1-9/+5
2002-10-30Fix for bug 25283Mikhail Khodjaiants1-1/+0
2002-10-30Fix for bug 25283Mikhail Khodjaiants1-5/+4
2002-10-30Fix for bug 25283.Mikhail Khodjaiants2-2/+11
2002-10-30updated.Alain Magloire1-0/+6
2002-10-30Do not use the sameThread() method.Alain Magloire1-4/+6
2002-10-30Implementing editing features of the memory view.Mikhail Khodjaiants8-168/+251
2002-10-28Implementing editing features of the memory view.Mikhail Khodjaiants7-33/+107
2002-10-28updated.Alain Magloire1-0/+6
2002-10-28Generate a MIMemoryChangedEvent when doing setValue.Alain Magloire1-0/+9
2002-10-28Adding editing features to the memory view.Mikhail Khodjaiants2-17/+69

Back to the top