Alain Magloire
|
e73cc5a376
|
updated.
|
2003-01-16 16:24:38 +00:00 |
|
Mikhail Khodjaiants
|
57fc849fec
|
Added the 'ICDISharedLibraryManager' interface.
|
2003-01-15 22:24:17 +00:00 |
|
Mikhail Khodjaiants
|
95547c889e
|
Added new methods to the 'ICDISharedLibrary' interface.
|
2003-01-15 21:51:28 +00:00 |
|
Mikhail Khodjaiants
|
eb8766b158
|
Check if thread is already disposed in the CDI event handler because the array of listeners used by EventManager in some situations is not up to date.
|
2003-01-14 22:26:53 +00:00 |
|
Alain Magloire
|
6f44ed3297
|
Updated
|
2003-01-14 21:23:14 +00:00 |
|
Alain Magloire
|
9ff211edfc
|
New file
|
2003-01-14 21:23:06 +00:00 |
|
Mikhail Khodjaiants
|
a729d837b8
|
Added the 'IRunToAddress' interface to support the 'Run To Line' action in disassembly.
|
2003-01-13 22:25:31 +00:00 |
|
Mikhail Khodjaiants
|
b09ffe9f43
|
Fix in the thread created event handler: do nothing if thread has already created.
|
2003-01-13 16:17:33 +00:00 |
|
Mikhail Khodjaiants
|
181bd57bf1
|
Implementation of address breakpoints.
|
2003-01-10 19:36:42 +00:00 |
|
Alain Magloire
|
4f9fafb5cd
|
updated
|
2003-01-06 22:19:50 +00:00 |
|
Mikhail Khodjaiants
|
cd7c06c7d3
|
Check if project exists when generating the source locations.
|
2003-01-06 19:54:30 +00:00 |
|
Alain Magloire
|
115779c65b
|
updated
|
2003-01-06 16:32:00 +00:00 |
|
Alain Magloire
|
e158e4dfcf
|
add new method createLocation(long addr)
|
2003-01-06 16:30:37 +00:00 |
|
Mikhail Khodjaiants
|
7747d5a8c8
|
Adapter for 'IResource' in 'DisassemblyStorage'.
|
2003-01-02 20:57:55 +00:00 |
|
Mikhail Khodjaiants
|
d8253db6e6
|
Fix for breakpoints disabled before launching.
|
2003-01-02 16:38:44 +00:00 |
|
Mikhail Khodjaiants
|
ef8512f6c9
|
Implementation of the 'Source Lookup' property page.
|
2002-12-29 23:55:53 +00:00 |
|
Mikhail Khodjaiants
|
ece05b22c6
|
Fix in the 'supportsBreakpoints' method of CDebugTarget.
|
2002-12-29 23:41:52 +00:00 |
|
Mikhail Khodjaiants
|
c2ed9818ca
|
Implementing the 'Source Lookup' property page.
|
2002-12-20 22:21:32 +00:00 |
|
Mikhail Khodjaiants
|
582adacd35
|
Check if CValue has variables before calling 'getCDIVariables'.
|
2002-12-20 19:05:33 +00:00 |
|
Mikhail Khodjaiants
|
0f09d718fc
|
Formatting 'char' types.
|
2002-12-17 21:54:18 +00:00 |
|
Mikhail Khodjaiants
|
9a7b5690eb
|
The core support of the prompting source locator.
|
2002-12-17 19:56:22 +00:00 |
|
Mikhail Khodjaiants
|
55d70715c7
|
The 'getLineNumber' method of CStackFrame should return the line number associated with the stack frame if the current source locator does not implement 'ICSourceLocator'.
|
2002-12-17 19:47:32 +00:00 |
|
Mikhail Khodjaiants
|
e1950ef13f
|
Changed the implementation of the 'refresh' method of CVariable.
|
2002-12-17 18:42:55 +00:00 |
|
Mikhail Khodjaiants
|
d1e1638d2e
|
Added support of variable formatting.
|
2002-12-17 02:41:32 +00:00 |
|
David Inglis
|
b5732a50bd
|
change version to 1.0.1
|
2002-12-16 20:50:32 +00:00 |
|
Mikhail Khodjaiants
|
008ce6612b
|
Display message when 'getStackDepth' is timed out.
|
2002-12-13 19:10:07 +00:00 |
|
Alain Magloire
|
90549f9f0c
|
setFormat() new method.
|
2002-12-11 16:07:12 +00:00 |
|
Alain Magloire
|
1055f5efaf
|
updated.
|
2002-12-11 16:07:01 +00:00 |
|
Mikhail Khodjaiants
|
58e12467f3
|
If the given source file path is absolute and the source locator can not find it in the all specified locations return a FileStorage object.
|
2002-12-10 18:25:07 +00:00 |
|
Mikhail Khodjaiants
|
0d40090288
|
Split the detail message of ICDIErrorInfo into tokens and trancate aech token if it is too long.
|
2002-12-10 03:46:46 +00:00 |
|
Mikhail Khodjaiants
|
04266b0a86
|
Display the error message with details when program is suspended because of ICDIErrorInfo.
|
2002-12-09 00:55:42 +00:00 |
|
Alain Magloire
|
0e81b98bfd
|
New method getDetailMessage()
|
2002-12-05 16:02:22 +00:00 |
|
Alain Magloire
|
a17576811c
|
Updated
|
2002-12-05 16:02:07 +00:00 |
|
Mikhail Khodjaiants
|
cc16047077
|
Added the 'setChanged' method to ICValue.
This method should common for CValue and CArrayPartitionValue to implement 'setChanged' of CVariable correctly.
|
2002-12-04 21:34:31 +00:00 |
|
Mikhail Khodjaiants
|
5105e23673
|
Refactoring org.eclipse.cdt.debug.core: added 'org.eclipse.cdt.debug.core.model' package.
|
2002-12-02 23:22:22 +00:00 |
|
Mikhail Khodjaiants
|
1b1022489f
|
Check if underlying file exists when retrieving the globals.
|
2002-12-02 20:32:46 +00:00 |
|
Alain Magloire
|
c781d1d4a0
|
updated.
|
2002-12-02 18:34:30 +00:00 |
|
Alain Magloire
|
3d26f7b862
|
New file for errors
|
2002-12-02 18:34:20 +00:00 |
|
Mikhail Khodjaiants
|
063ca7472b
|
'exec-until' instead of temporary breakpoints for 'run to line'.
|
2002-11-28 23:45:16 +00:00 |
|
Mikhail Khodjaiants
|
edb4e2ef4e
|
Live editing of the memory view: removed support of the 'Save Changes' action.
|
2002-11-28 19:12:27 +00:00 |
|
Alain Magloire
|
3bccbf3c16
|
runUntil
|
2002-11-28 16:20:02 +00:00 |
|
Mikhail Khodjaiants
|
6e2179b64b
|
Typo in plugin.properties.
|
2002-11-27 17:52:47 +00:00 |
|
Mikhail Khodjaiants
|
200f697775
|
Fire suspend event for debug target that doesn't have threads.
|
2002-11-27 15:46:54 +00:00 |
|
Alain Magloire
|
eb5c616a90
|
updated.
|
2002-11-27 04:52:00 +00:00 |
|
Alain Magloire
|
0e5d20731a
|
Use CoreModel.getDefault()
|
2002-11-27 04:48:43 +00:00 |
|
Mikhail Khodjaiants
|
626262c9a0
|
Fix for watchpoints.
|
2002-11-24 23:18:01 +00:00 |
|
Mikhail Khodjaiants
|
0a4fdc5cd3
|
Cache source elements to optimize search.
|
2002-11-22 22:31:04 +00:00 |
|
Mikhail Khodjaiants
|
d2726b6f54
|
Fix in the source locator's search algorithm.
|
2002-11-22 21:29:19 +00:00 |
|
Mikhail Khodjaiants
|
209710a46b
|
The memory view does not display values if the address expression is '0xFFFFFFFF'.
|
2002-11-21 21:58:05 +00:00 |
|
Mikhail Khodjaiants
|
720f69e706
|
Added the handler of ICDIDestroyedEvent to 'CFormattedMemoryBlock.
|
2002-11-21 20:49:27 +00:00 |
|