Mikhail Khodjaiants
|
4d803ceaeb
|
New images for mapping source containers.
|
2005-06-07 21:25:26 +00:00 |
|
Mikhail Khodjaiants
|
34250c8463
|
Bug 94139: User-defined register groups. Support fo the "Edit Register Group" action.
|
2005-06-07 20:58:59 +00:00 |
|
Mikhail Khodjaiants
|
8fca28089c
|
The endianness flag is not chached.
|
2005-06-07 15:45:23 +00:00 |
|
Mikhail Khodjaiants
|
20da0b9f50
|
Bug 98594: Unable to set address breakpoints.
|
2005-06-06 21:34:10 +00:00 |
|
Alain Magloire
|
f67b7c0820
|
2005-06-06 Alain Magloire
Fix PR 98182
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/LocationBreakpoint.java
|
2005-06-06 19:42:26 +00:00 |
|
Mikhail Khodjaiants
|
15b620d7f0
|
Bug 84816: The modification of the signal properties should be done in the background.
|
2005-05-31 21:35:54 +00:00 |
|
Mikhail Khodjaiants
|
152ee3e5ec
|
Bug 84816: The modification of the signal properties should be done in the background.
|
2005-05-31 21:14:04 +00:00 |
|
Alain Magloire
|
4f78492fac
|
2005-05-25 Alain Magloire
Fix PR 95705
* mi/org/eclipse/cdt/debug/mi/core/output/MIInfoSharedLibraryInfo.java
|
2005-05-25 15:39:11 +00:00 |
|
Mikhail Khodjaiants
|
357e45fdd8
|
Bug 88558: run-to-line not thread oriented. The "Run to Line" action should be enabled on stack frames and threads, not on targets.
|
2005-05-24 21:41:59 +00:00 |
|
Mikhail Khodjaiants
|
014dc6df44
|
Bug 88558: run-to-line not thread oriented. The IRunTo* and IJumpTo* interfaces moved to ICStackFrame.
|
2005-05-24 21:38:42 +00:00 |
|
Mikhail Khodjaiants
|
2a6347f701
|
Redundant code.
|
2005-05-24 15:51:56 +00:00 |
|
Mikhail Khodjaiants
|
d30c7f67e3
|
Moved to the Platform Source Lookup framework (bug 80175).
|
2005-05-20 21:28:48 +00:00 |
|
Mikhail Khodjaiants
|
303ef552fb
|
Bug 94139: User-defined register groups. UI to add/remove user-defined groups.
|
2005-05-20 21:25:59 +00:00 |
|
Mikhail Khodjaiants
|
1edec8debe
|
Bug 94139: User-defined register groups. Added API and group serialization.
|
2005-05-20 21:23:11 +00:00 |
|
David Inglis
|
fedc95ad12
|
fail on null exe when adapting to an older debugger since they never supported it
|
2005-05-18 18:26:20 +00:00 |
|
David Inglis
|
d6607ac5b1
|
must handle null exe now when attaching
|
2005-05-18 18:25:20 +00:00 |
|
Alain Magloire
|
331061538a
|
2005-05-16 Alain Magloire
Fix PR 91975
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
|
2005-05-16 20:32:30 +00:00 |
|
Doug Schaefer
|
bdecfcfc41
|
Cleaned up some obvious NLS warnings. Also turned off the warnings for the tests plugins.
|
2005-05-16 14:44:03 +00:00 |
|
Mikhail Khodjaiants
|
fcf978593f
|
Bug 94905: Error examining structure contents in debugger. The structure's elements should inherit the enablement flag from parents.
|
2005-05-12 15:27:52 +00:00 |
|
Alain Magloire
|
c1d6468eca
|
2005-05-12 Alain Magloire
Fix PR 94841
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
|
2005-05-12 13:46:59 +00:00 |
|
Mikhail Khodjaiants
|
ac2dcaf6f4
|
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed unused images.
|
2005-05-10 20:14:47 +00:00 |
|
Mikhail Khodjaiants
|
72807c0c5f
|
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed CDebugEditor and old source lookup related classes and interfaces.
|
2005-05-09 21:41:17 +00:00 |
|
Alain Magloire
|
a5cb855d08
|
Breakdoine the Location hierachy
|
2005-04-29 21:25:08 +00:00 |
|
Alain Magloire
|
3c46b1d4bc
|
2005-04-28 Alain Magloire
Added command -gdb-show endian
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
+ mi/org/eclipse/cdt/debug/mi/core/command/MIGDBShowEndian.java
- mi/org/eclipse/cdt/debug/mi/core/command/MIShowEndian.java
+ mi/org/eclipse/cdt/debug/mi/core/output/MIGDBShowEndianInfo.java
- mi/org/eclipse/cdt/debug/mi/core/output/MIGDBShowEndian.java
|
2005-04-28 15:54:40 +00:00 |
|
Mikhail Khodjaiants
|
cd8ccc6b17
|
Update the source search path of the underlyuing debugger when the source containers are changed.
|
2005-04-27 23:14:58 +00:00 |
|
Alain Magloire
|
2b88bfaabb
|
2005-04-27 Alain Magloire
Changes in the CDI interface
* cdi/org/eclipse/cdt/debug/core/cdi/model/BreakpointManager.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/Session.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/SourceManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* mi/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java
* mi/org/eclipse/cdt/debug/mi/core/command/MIEnvrionmentDirectory.java
* src/org/eclipse/cdt/debug/mi/core/CygwinCommandfactory.java
* src/org/eclipse/cdt/debug/mi/core/CygwinMIEnvironmentDirectory.java
|
2005-04-27 20:21:35 +00:00 |
|
Alain Magloire
|
afe7bf4c25
|
2005-04-27 Alain Magloire
Change in the CDI interface
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDISourceManagent.java
|
2005-04-27 20:21:19 +00:00 |
|
Mikhail Khodjaiants
|
301b9f9cc3
|
Added path validation to CDirectorySourceContainerDialog.
|
2005-04-27 17:58:16 +00:00 |
|
Mikhail Khodjaiants
|
ed389a8c3d
|
Added the new source container type (CDirectorySourceContainer) to provide the UI support for the subfolders search.
|
2005-04-25 23:03:50 +00:00 |
|
Alain Magloire
|
277bec9a0d
|
Fix test changes in CDI
|
2005-04-25 19:12:37 +00:00 |
|
Alain Magloire
|
03f49cac54
|
2005-04-25 Alain Magloire
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManger.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/CdiResources.properties
* cdi/org/eclipse/cdt/debug/mi/core/cdi/Location.java
+ cdi/org/eclipse/cdt/debug/mi/core/cdi/Locator.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/MI2CDIException.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/SharedLibraryManager.java
+ cdi/org/eclipse/cdt/debug/mi/core/cdi/model/AddressBreakpoint.java
+ cdi/org/eclipse/cdt/debug/mi/core/cdi/model/FunctionBreakpoint.java
+ cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LineBreakpoint.java
+ cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocationBreakpoint.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Exceptionpoint.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Threa.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Watchpoint.java
|
2005-04-25 19:11:38 +00:00 |
|
Alain Magloire
|
838acedf59
|
2005-04-25 Alain Magloire
Changes to the CDI interface.
+ cdi/org/eclipse/cdt/debug/core/cdi/ICDIAddressLocation.java
+ cdi/org/eclipse/cdt/debug/core/cdi/ICDIFileLocation.java
+ cdi/org/eclipse/cdt/debug/core/cdi/ICDIFunctionLocation.java
+ cdi/org/eclipse/cdt/debug/core/cdi/ICDILineLocation.java
+ cdi/org/eclipse/cdt/debug/core/cdi/ICDLocator.java
* cdi/org/eclipse/cdt/debug/core/cdi/ICDLocation.java
+ cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIAddressBreakpoint.java
+ cdi/org/eclipse/cdt/debug/core/cdi/model/ICDILineBreakpoint.java
+ cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIFunctionBreakpoint.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIBreapoint.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDBreakpointManagement.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDILocationBreakpoint.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIStackFrame.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
* src/org/eclipse/cdt/debug/core/CDIDebugModel.java
* src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
* src/org/eclipse/cdt/debug/internal/core/model/CDebugTarget.java
* src/org/eclipse/cdt/debug/internal/core/model/CStackFrame.java
|
2005-04-25 19:11:19 +00:00 |
|
Mikhail Khodjaiants
|
1f30b0febb
|
Initalize the particiapants of the source lookup director when converting from an old memento.
|
2005-04-22 21:32:40 +00:00 |
|
Mikhail Khodjaiants
|
9ddf68d139
|
Changed the labels of the "Source Lookup Path" preference page to "Common Source Lookup Path".
|
2005-04-21 21:03:43 +00:00 |
|
Mikhail Khodjaiants
|
9da4023caa
|
Bug 92292: [artwork] "Instruction Stepping Mode" image is same as "Use Step Filters".
|
2005-04-21 20:54:36 +00:00 |
|
Mikhail Khodjaiants
|
a2b86fef61
|
Restoring the session manager.
|
2005-04-21 20:10:06 +00:00 |
|
Mikhail Khodjaiants
|
082b3963e9
|
Restoring the session manager.
|
2005-04-21 20:08:16 +00:00 |
|
Mikhail Khodjaiants
|
e85175ccb5
|
Cleanup. Removed the session manager from the CDebugCorePlugin class.
|
2005-04-21 19:46:35 +00:00 |
|
Mikhail Khodjaiants
|
ef5e888d08
|
Replaced deprecated methods.
|
2005-04-21 19:43:07 +00:00 |
|
Mikhail Khodjaiants
|
af37524c7a
|
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform.
|
2005-04-21 19:41:01 +00:00 |
|
Alain Magloire
|
847c9e8064
|
2005-04-15 Alain Magloire
Fix Pr 91581
* src/org/eclipse/cdt/debug/internal/core/breakpoint/CAddressBreakpoint.java
|
2005-04-15 18:24:52 +00:00 |
|
Alain Magloire
|
c7b5a7da63
|
2005-04-13 Alain Magloire
Fix PR 91002
* src/org/eclipse/cdt/debug/mi/internal/preferences/MIPreferencePage.java
|
2005-04-13 16:24:08 +00:00 |
|
Mikhail Khodjaiants
|
78c55ad047
|
Bug 91155: Wrong icon for "Restart".
|
2005-04-12 16:10:05 +00:00 |
|
Mikhail Khodjaiants
|
f690f6e4f1
|
Move to the new structure of the "icons" directory.
|
2005-04-08 23:55:18 +00:00 |
|
Mikhail Khodjaiants
|
d2511e5265
|
Applied patch from Dave Daoust (new images).
|
2005-04-08 00:07:41 +00:00 |
|
Mikhail Khodjaiants
|
00a7c60b17
|
Removed unused icons.
|
2005-04-08 00:05:22 +00:00 |
|
Mikhail Khodjaiants
|
685d8d09e8
|
Move to Eclipse-31M6.
|
2005-04-07 22:17:05 +00:00 |
|
Mikhail Khodjaiants
|
592da591e5
|
Bug 89755: CThread.suspend suspends target, not thread.
|
2005-04-07 19:06:50 +00:00 |
|
Alain Magloire
|
30fd798f6c
|
2005-04-05 Alain Magloire
PR 90090
* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/event/ExitedEvent.java
|
2005-04-05 18:14:08 +00:00 |
|
Alain Magloire
|
eaa861dfd8
|
2005-04-04 Alain Magloire
Move to Eclipse-31M6
- src/org/eclipse/cdt/debug/internal/core/CMemoryBlockExtensionRetrieval.java
+ src/org/eclipse/cdt/debug/internal/core/CMemoryBlockRetrievalExtension.java
* src/org/eclipse/cdt/debug/internal/core/model/CDebugTarget.java
* src/org/eclipse/cdt/debug/internal/core/model/CMemoryBlockExtension.java
|
2005-04-05 02:53:31 +00:00 |
|