2002-10-11 21:41:50 +00:00
|
|
|
2002-10-11 Mikhail Khodjaiants
|
|
|
|
* CDebugTarget.java: Added return for ISourceMode to 'getAdapter'.
|
|
|
|
* CSourceManager.java: Set the real mode when setting the source mode.
|
|
|
|
|
2002-10-11 14:59:18 +00:00
|
|
|
2002-10-11 Mikhail Khodjaiants
|
|
|
|
* DisassemblyStorage.java: Changed the format of the disassembly view's output.
|
|
|
|
|
2002-10-10 22:29:59 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* CVariable.java: Made the 'fChanged' field protected to access to it from the derived class (CRegister).
|
|
|
|
* CRegister.java: Added the 'hasValueChanged' method to 'CRegister'.
|
|
|
|
|
2002-10-10 22:16:14 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* CThread.java: Check if the selected frame is current before calling 'setCurrentStackFrame'.
|
|
|
|
|
2002-10-10 22:01:16 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* CStackFrame.java: Added Getter and Setter for 'fRefreshVariables'.
|
|
|
|
|
2002-10-10 18:36:07 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* DisassemblyManager.java: Replaced 'getInstructions( String fileName, int lineNumber )'
|
|
|
|
by 'getInstructions( String fileName, int lineNumber, int maxLineCount )'.
|
|
|
|
|
2002-10-10 16:51:28 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* CDebugTarget.java: Implementing the disassembly mode.
|
|
|
|
* CThread.java: Implementing the disassembly mode.
|
|
|
|
|
2002-10-10 15:29:50 +00:00
|
|
|
2002-10-10 Mikhail Khodjaiants
|
|
|
|
* CSourceManager.java: Implementing the disassembly mode.
|
|
|
|
* DisassemblyManager.java: Implementing the disassembly mode.
|
|
|
|
* DisassemblyStorage.java: Implementing the disassembly mode.
|
|
|
|
* CDebugUtils.java: Added the 'toHexAddressString' method.
|
|
|
|
|
2002-10-10 15:18:23 +00:00
|
|
|
2002-10-10 Alain Magloire
|
|
|
|
|
|
|
|
* ICDISourceManager.java: Changing the getInstructions()
|
|
|
|
method to take long instead of String.
|