Doug Schaefer
2fd25239b8
EPL'ing the CDT.
2005-06-27 03:46:51 +00:00
Mikhail Khodjaiants
3d4b84023f
Bug 100756: Breakpoints listed twice in Breakpoints view.
2005-06-23 18:11:11 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a
CPL to EPL transistion - license header update for QNX
2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631
EPL'ing the CDT.
2005-06-23 14:44:35 +00:00
Mikhail Khodjaiants
dc43232b88
Minor refactoring.
2005-06-21 21:10:40 +00:00
Mikhail Khodjaiants
4732db0ae8
Bug 91374: CDT launch should set ATTR_PROCESS_TYPE.
2005-06-21 18:41:38 +00:00
Mikhail Khodjaiants
2f3a82c13c
Bug 93856: Variable View: Should disable change value options if selected item is not changeable.
2005-06-20 19:39:53 +00:00
Mikhail Khodjaiants
22f8c9984c
Bug 99217: NPE thrown when fetching deffered children.
2005-06-17 21:28:31 +00:00
Mikhail Khodjaiants
b53dbe706e
Bug 100261: Memory veiw: Renderings content disappears when click on Vairable/Module... view.
2005-06-17 19:30:56 +00:00
Mikhail Khodjaiants
2a08c7bbc4
Bug 100471: Signed/Unsigned Integer renderings show '?' for valid memory blocks.
2005-06-16 20:43:31 +00:00
Mikhail Khodjaiants
4f60c4a7aa
Bug 100445: The endianess of a debug target is reversed.
2005-06-16 17:51:21 +00:00
Mikhail Khodjaiants
3915950c5d
Partial fix for bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish.
2005-06-16 16:07:59 +00:00
Mikhail Khodjaiants
750f5bb545
Bug 98814: NullPointerException and failed to launch debug session for a project.
2005-06-14 21:45:18 +00:00
Mikhail Khodjaiants
953acd1eef
Temporary fix for bug 77279: The memory view address should not be cleared on project restart.
2005-06-13 20:19:58 +00:00
Mikhail Khodjaiants
8aea36d90e
Fixed message identifiers.
2005-06-13 18:47:17 +00:00
Mikhail Khodjaiants
bd573a8236
Temporary fix for bug 79872: Make instruction stepping default in disassembly view.
2005-06-13 03:24:09 +00:00
Mikhail Khodjaiants
0d49540c18
Don't save the list of registers for default groups.
2005-06-09 20:42:05 +00:00
Mikhail Khodjaiants
d66940d5a3
Bug 94139: User-defined register groups. Support fo the "Restore Default Register Groups" action.
2005-06-09 20:21:16 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
3dd649612e
Bug 82264: Enhance the Shared Libraries view. Cleanup of the ICModule interface.
2005-02-17 00:05:50 +00:00