Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2002-10-17updated.Alain Magloire1-0/+6
2002-10-17Added new method createMemoryBlock() takes stringAlain Magloire1-2/+10
2002-10-17Updated.Alain Magloire1-0/+8
2002-10-17added new method createMemoryBlock take string as the firstAlain Magloire1-0/+10
2002-10-15Implementing the memory view support.Mikhail Khodjaiants7-17/+467
2002-10-15Moved the memory management functionality to the core.Mikhail Khodjaiants3-27/+5
2002-10-15Implementation of the 'Automatically switch to disassembly mode' preference.Mikhail Khodjaiants5-1/+63
2002-10-15The register's cahnge flag should be reset only when switching between fram...Mikhail Khodjaiants2-1/+4
2002-10-15Reset the register's change flag before switching to another frame.Mikhail Khodjaiants2-1/+4
2002-10-15Correct detail value should be set to the 'resume' event to prevent the colla...Mikhail Khodjaiants2-27/+25
2002-10-14Set the corresponding thread as current before switching to another frame.Mikhail Khodjaiants5-1/+49
2002-10-13indentation.Alain Magloire1-2/+2
2002-10-13update.Alain Magloire2-1/+51
2002-10-13new method createMemoryBlock(), remove method getBlock().Alain Magloire1-16/+10
2002-10-13remove method supportsValueModification().Alain Magloire1-9/+2
2002-10-13Clear queue when done.Alain Magloire2-1/+23
2002-10-13new method clearItems()Alain Magloire1-0/+10
2002-10-13remove warning.Alain Magloire1-0/+1
2002-10-13New method clearCommands.Alain Magloire1-1/+8
2002-10-13Check for null reference.Alain Magloire1-1/+1
2002-10-13Updated.Alain Magloire1-0/+22
2002-10-13Put new method getMIDataReadMemoryInfo() to help.Alain Magloire1-0/+4
2002-10-13Implementing the methods with MIDataReadMemory.Alain Magloire1-18/+36
2002-10-13Implementing all the methods with MIDataReadMemoryInfo.Alain Magloire1-18/+30
2002-10-12Remove those methods (getInstructions) it is partAlain Magloire4-38/+10
2002-10-12update.Alain Magloire2-1/+15
2002-10-12Implements the new MixedInstruction methods.Alain Magloire1-1/+55
2002-10-12A class to return a mixed of source and assembly instructions.Alain Magloire3-0/+86
2002-10-123 methods to return ICDIMixedInstruction ; a mixedAlain Magloire1-0/+25
2002-10-11Implementing the 'Switch to disassembly mode' action.Mikhail Khodjaiants7-7/+169
2002-10-11Implementing the 'Switch to disassembly mode' action.Mikhail Khodjaiants3-0/+12
2002-10-11Changed the format of the disassembly view's output.Mikhail Khodjaiants2-4/+29
2002-10-11Remove ExpressionManager.Alain Magloire2-46/+4
2002-10-10Added the 'hasValueChanged' method to 'CRegister'.Mikhail Khodjaiants3-1/+19
2002-10-10Check if the selected frame is current before calling 'setCurrentStackFrame'.Mikhail Khodjaiants2-3/+23
2002-10-10UpdatedAlain Magloire1-0/+20
2002-10-10Comments.Alain Magloire1-1/+2
2002-10-10Declare a boolean variable to set if the session was terminated.Alain Magloire1-2/+10
2002-10-10Check if the level is already set in setCurrentStackFrame() if yesAlain Magloire1-0/+8
2002-10-10Added Getter and Setter for 'fRefreshVariables'.Mikhail Khodjaiants2-3/+16
2002-10-10Display the limited number of instruction in the disassembly view.Mikhail Khodjaiants2-1/+6
2002-10-10Add some more debug testsPeter Graves3-3/+314
2002-10-10Removed refrences to non-existant source directoriesPeter Graves2-3/+2
2002-10-10Implementing the disassembly mode.Mikhail Khodjaiants3-2/+37
2002-10-10Implementing the disassembly mode.Mikhail Khodjaiants5-2/+48
2002-10-10in getInstructions() use long instead of String for addresses.Alain Magloire4-9/+19
2002-10-10Initial commit of new debug tests.Peter Graves33-0/+3327
2002-10-10MIGDBSetAutoSolib takes "on" or "off"Alain Magloire1-1/+1
2002-10-10Implementation of disassembly mode.Mikhail Khodjaiants2-0/+90
2002-10-10Typo.Mikhail Khodjaiants1-2/+2

Back to the top