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
Alain Magloire
6f398f8b5b
2005-03-24 Alain Magloire
...
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlockManagement.java
* src/org/eclipse/cdt/debug/internal/core/model/CMemoryBlockExtension.java
2005-03-25 05:01:23 +00:00
Alain Magloire
28ea038670
2005-03-24 Alain Magloire
...
* cdi/org/eclipse/cdt/debug/mi/core/cdi/MemoryManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/Memoryblock.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/Target.java
* mi/org/eclipse/cdt/debug/mi/core/command/MIShowEndian.java
* mi/org/eclipse/cdt/debug/mi/core/output/MIShowEndianInfo.java
2005-03-25 05:00:10 +00:00
Alain Magloire
106f442a0d
2005-03-23 Alain Magloire
...
Changes in the CDI ICDIMemoryBlock && ICDIMemoryBlockManagement API.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/MemoryManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/MemoryBlock.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2005-03-23 22:36:18 +00:00
Alain Magloire
02cff41bd7
2005-03-23 Alain Magloire
...
Change is the ICDIMemoryBlock&& ICDIMemoryManagement API
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlockManagement.java
* src/org/eclipse/cdt/debug/internal/core/model/CMemoryBlockExtension.java
2005-03-23 22:35:56 +00:00
Mikhail Khodjaiants
4bc76bbea7
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform.
2005-03-22 00:11:28 +00:00
Mikhail Khodjaiants
011cd84a92
If casting of variable to a type or array causes an error, the status of the variable is set to "error" and it can't be reset by subsequent castings.
2005-03-17 22:00:31 +00:00
Mikhail Khodjaiants
b7f2832d92
Fix for bug 87546: Obsolete debug MI settings in Preference need to be removed.
2005-03-09 21:22:27 +00:00
Mikhail Khodjaiants
274eae0dd9
Removed deprecated "WorkbenchHelp" references.
2005-03-08 21:29:22 +00:00
Mikhail Khodjaiants
34ca6299e3
Removed deprecated "WorkbenchHelp" references.
2005-03-08 17:43:58 +00:00
Alain Magloire
d95215c8f3
2005-03-07 Alain Magloire
...
Fix for 87230: base on Jayaprakash ideas/patch
On HP statck-list-frames answer contain not kosher strings
* mi/org/eclipse/cdt/debug/mi/core/output/MIParser.java
2005-03-07 23:21:31 +00:00
Alain Magloire
7854896a04
Remove warnings
2005-03-04 19:53:42 +00:00
Mikhail Khodjaiants
9c2e3a9d22
Conflicting methods.
2005-03-03 21:33:44 +00:00
Mikhail Khodjaiants
b6bacb6478
"Resume At Line" is disabled if the Disassembly view is opened during an active debug session.
2005-02-25 21:00:54 +00:00
Mikhail Khodjaiants
1a8eee1a13
Applied patch from Tracy Miranda (bug 86540: NPE in CProjectSourceLocation).
...
Check for the project and synchronization are added to "initializeFolders".
2005-02-24 23:25:56 +00:00
Mikhail Khodjaiants
6dc9b768e8
Applied patch from Tracy Miranda (bug 86533: Breakpoint is set on the wrong line in Disassembly view).
2005-02-24 21:17:11 +00:00
Mikhail Khodjaiants
a4475cf6e3
Bug 84799: Implement Memory View and renderings with new rendering APIs.
2005-02-22 21:25:38 +00:00
Alain Magloire
d00e4e9c12
2005-02-18 Mikhail Khodjaiants
...
Remove.
* cdi/org/eclipse/cdt/debug/core/cdi/ICDIManager.java
2005-02-18 21:45:58 +00:00
Mikhail Khodjaiants
ee8352619d
Bug 82264: Enhance the Shared Libraries view. Replaced the Shared Libraries view by the Modules view.
2005-02-18 20:13:45 +00:00
Mikhail Khodjaiants
8302430ecc
Bug 82264: Enhance the Shared Libraries view. Removed the core support of the Shared Libraries view.
2005-02-18 19:58:51 +00:00
Mikhail Khodjaiants
c67d109f69
Bug 82264: Enhance the Shared Libraries view. Removed the Shared Libraries view.
2005-02-18 19:58:14 +00:00
Mikhail Khodjaiants
fac0ffa530
Bug 82264: Enhance the Shared Libraries view. Removed the core support of theShared Libraries view.
2005-02-18 19:55:33 +00:00
Mikhail Khodjaiants
4568efb20e
Bug 82264: Enhance the Shared Libraries view. No need to compute the module's labels in background.
2005-02-18 18:48:55 +00:00
Mikhail Khodjaiants
226ace7ccc
Bug 82264: Enhance the Shared Libraries view. Replaced the table viewer by text widgets.
2005-02-17 00:09:09 +00:00
Mikhail Khodjaiants
3dd649612e
Bug 82264: Enhance the Shared Libraries view. Cleanup of the ICModule interface.
2005-02-17 00:05:50 +00:00
Mikhail Khodjaiants
199268d640
Bug 82264: Enhance the Shared Libraries view. The symbols file name isn't shown in the detail pane if module's symbols are not loaded.
2005-02-16 20:29:33 +00:00
Mikhail Khodjaiants
e185fdbfd2
Bug 82264: Enhance the Shared Libraries view. The "Load Symbols" action doesn't update the detail value.
2005-02-16 20:21:54 +00:00
Mikhail Khodjaiants
2713cb877e
Bug 82264: Enhance the Shared Libraries view. The "Load Symbols For All" action is added to the Modules view.
2005-02-15 21:44:45 +00:00
Mikhail Khodjaiants
3a45c6790d
Bug 82264: Enhance the Shared Libraries view. The Modules view's doesn't update labels when symbols are loaded.
2005-02-15 20:53:03 +00:00
Mikhail Khodjaiants
0e6c24fc42
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 20:49:24 +00:00
Mikhail Khodjaiants
b9cfea60b3
Bug 82264: Enhance the Shared Libraries view. New images for the "Load Symbols" action.
2005-02-15 05:09:46 +00:00
Mikhail Khodjaiants
30f8084e4f
Bug 82264: Enhance the Shared Libraries view. Added the "Load Symbols" action.
2005-02-15 04:01:19 +00:00
Mikhail Khodjaiants
4a8913dad8
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 03:56:47 +00:00
Mikhail Khodjaiants
ff7b845bec
Bug 82264: Enhance the Shared Libraries view. Implementing module's properties.
2005-02-15 03:09:50 +00:00
Mikhail Khodjaiants
31ac25cbd5
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
2005-02-15 03:07:21 +00:00
Mikhail Khodjaiants
0db65d300f
Bug 82264: Enhance the Shared Libraries view. Implementing module's properties.
2005-02-14 18:17:45 +00:00
Mikhail Khodjaiants
6bb8abd4e9
Bug 82264: Enhance the Shared Libraries view. Implementing module's properties.
2005-02-12 00:09:10 +00:00
Mikhail Khodjaiants
e1e52bf692
Bug 82264: Enhance the Shared Libraries view. Added new "getCPU" method to ICModule.
2005-02-12 00:04:59 +00:00
Mikhail Khodjaiants
cd55cc5761
Bug 82264: Enhance the Shared Libraries view.
...
Improved detail information.
Save the viewer state.
2005-02-08 21:10:18 +00:00
Mikhail Khodjaiants
9813808d70
Bug 82264: Enhance the Shared Libraries view.
2005-02-08 00:14:41 +00:00
Mikhail Khodjaiants
37b5f06416
Bug 82264: Enhance the Shared Libraries view. Added the definition of detail pane font.
2005-02-07 23:59:27 +00:00
Mikhail Khodjaiants
4fe2f1e7d8
Bug 82264: Enhance the Shared Libraries view.
2005-02-07 22:50:10 +00:00