Alain Magloire
0c39fffd3c
Follows ICDITarget
2004-09-07 19:41:09 +00:00
Alain Magloire
482bdca30a
2004-09-07 Alain Magloire
...
New interfaces to Target.
* ICDITarget.java
* ICDIBreakpointManagement.java
2004-09-07 19:38:49 +00:00
Alain Magloire
bfe004fad5
2004-09-06 Alain Magloire
...
The changes is move the MISession as part
of Target. The rationale; we want to have
Session
---------------
| |
Target(gdb) Target(gdb)
To be able to do this we need to untie the MISession
from Session.
Also we are moving toward retiring the ICDIXXXXManager
and move the methods in the the proper methods.
2004-09-07 03:48:33 +00:00
Mikhail Khodjaiants
1861f7f948
Fix for bug 73197: DisassemblyEditorInput.getAddress can crash.
2004-09-03 19:49:26 +00:00
Mikhail Khodjaiants
dee933ea8c
Made global variables persistent.
2004-09-03 19:02:24 +00:00
Alain Magloire
188ffdc83f
2004-09-01 Alain Magloire
...
Fix for 72974
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2004-09-01 20:35:29 +00:00
Mikhail Khodjaiants
ff755794ec
Breakpoint filtering by targets.
2004-09-01 17:56:03 +00:00
Mikhail Khodjaiants
48ce308451
Added the "Filtering" page to the breakpoint properties.
2004-08-25 20:30:17 +00:00
Mikhail Khodjaiants
3c98cacf7a
Moved the property pages and related classes into the newly created package - "org.eclipse.cdt.debug.internal.ui.propertypages".
2004-08-24 20:48:27 +00:00
Mikhail Khodjaiants
2c8471ce9c
Replaced the "Breakpoint Properties" dialog by standard property pages.
2004-08-24 20:06:04 +00:00
Mikhail Khodjaiants
6e702766cb
Added API to allow the access to the internal MI UI components by client plugins.
...
Changed the "Solib search path" component.
Reformatting and cleanup.
2004-08-23 20:39:04 +00:00
Mikhail Khodjaiants
4be67e62ed
New constant - the default value for the "stop at main" property.
2004-08-18 14:54:27 +00:00
Alain Magloire
ed8e65d800
Remove obsolete comments.
2004-08-16 13:46:35 +00:00
Alain Magloire
2752f103f9
add comment
2004-08-15 13:22:23 +00:00
Alain Magloire
9ee027d183
deal with C++ references
2004-08-15 03:35:30 +00:00
Alain Magloire
6accf8fc2d
2004-08-14 Alain Magloire
...
Fix for 71992.
* CType.java
2004-08-15 01:55:41 +00:00
Alain Magloire
8c89e95337
2004-08-14 Alain Magloire
...
Fix for 71992.
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-08-15 01:55:01 +00:00
Mikhail Khodjaiants
424f976c4f
Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enterprise Server 9.
...
Applied modified patch from Sean Evoy.
2004-08-12 15:03:16 +00:00
Mikhail Khodjaiants
b545e63717
Applied patch from Tanya Wolff.
...
Fix for 70943 - externalized strings.
2004-08-10 17:52:30 +00:00
Mikhail Khodjaiants
7866afdcb1
Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.
2004-08-10 16:45:54 +00:00
Alain Magloire
b6a1800bd0
2004-08-05 Alain Magloire
...
Tentative Fix for PR 69991
* src/org/eclipse/cdt/debug/mi/core/RxThread.java
2004-08-05 23:51:35 +00:00
Mikhail Khodjaiants
9214f34e8d
Restrict the "display as array" operation to the pointer types only.
2004-08-05 20:19:00 +00:00
Mikhail Khodjaiants
ea1e4af9af
Warning cleanup.
2004-08-05 20:04:48 +00:00
Mikhail Khodjaiants
c33f0a9a16
Display the error message in the array label, if the attempt to get array values fails.
2004-08-05 19:57:18 +00:00
Mikhail Khodjaiants
34a210e209
Cosmetic fix.
2004-08-05 19:51:09 +00:00
Mikhail Khodjaiants
8ce89a5cc0
Fixed the "resumed" event handler of the variable types.
2004-08-05 17:44:31 +00:00
Mikhail Khodjaiants
60b8ef73ba
Added the abstract prototypes for some generic methods.
2004-08-05 16:53:30 +00:00
Mikhail Khodjaiants
172c988cf8
New implementation of the variable types.
2004-08-04 21:06:56 +00:00
Mikhail Khodjaiants
aa22210b4e
Display the error message in the variable's label if the value of variable can not be retrieved.
2004-07-30 21:27:45 +00:00
Mikhail Khodjaiants
a32d8676d5
Cleanup.
2004-07-26 15:35:15 +00:00
Mikhail Khodjaiants
3b630ffde6
Marked the expression creation methods as deprecated in CDebugModel.
2004-07-23 21:25:52 +00:00
Mikhail Khodjaiants
efd9131891
More informative error messages.
2004-07-23 21:14:53 +00:00
Alain Magloire
1263232bc4
remove testcase
2004-07-22 19:59:44 +00:00
Alain Magloire
e27a68e9a2
remove comment
2004-07-22 19:58:02 +00:00
Alain Magloire
e3d6782e51
2004-07-22 Alain Magloire
...
Fix for PR 70688
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-07-22 19:49:09 +00:00
Mikhail Khodjaiants
eef4388433
CThread cleanup.
2004-07-21 20:54:16 +00:00
Mikhail Khodjaiants
5ddf5b1eb3
Copied the target factory methods from CDebugModel to CDIDebugModel.
...
Marked the old methods as deprecated.
2004-07-21 20:04:37 +00:00
Mikhail Khodjaiants
d2c66d5edc
CDebugTarget and CThread cleanup.
2004-07-21 20:01:09 +00:00
Mikhail Khodjaiants
f24c20f55c
Removed state validation from CDebugElement.
2004-07-21 17:50:34 +00:00
Mikhail Khodjaiants
dbb919826d
Removed state validation from CDebugElement.
2004-07-21 15:08:59 +00:00
Mikhail Khodjaiants
0146196946
Added new state - "STEPPED".
2004-07-20 21:44:16 +00:00
Mikhail Khodjaiants
2f7b91dea5
Cleanup.
2004-07-20 21:42:11 +00:00
Mikhail Khodjaiants
5662034d08
Cleanup.
2004-07-20 21:34:50 +00:00
Mikhail Khodjaiants
9c3c70be24
Cleanup.
2004-07-20 21:27:37 +00:00
Mikhail Khodjaiants
99b80a6206
Cleanup.
2004-07-16 22:08:05 +00:00
Mikhail Khodjaiants
2295bd9473
Asynchronous resume, suspend and step operations. Cleanup.
2004-07-16 22:07:41 +00:00
Mikhail Khodjaiants
04f9e243c8
Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.
2004-07-15 23:04:07 +00:00
Alain Magloire
634e93d450
org.eclipse.cdt.debug.core.cdi.model.type should
...
be in the cdi source folder.
2004-07-15 17:47:36 +00:00
Mikhail Khodjaiants
0336349ebe
Fix for bug 69939. I18N: Memory view contains unexternalized strings.
...
Externalized Memory View Refresh menu item.
2004-07-15 16:03:09 +00:00
Doug Schaefer
739203fe55
Upversioning head to 2.1.0.
2004-07-15 15:54:47 +00:00