1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1329 commits

Author SHA1 Message Date
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
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
4a8913dad8 Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations. 2005-02-15 03:56:47 +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
e1e52bf692 Bug 82264: Enhance the Shared Libraries view. Added new "getCPU" method to ICModule. 2005-02-12 00:04:59 +00:00
Mikhail Khodjaiants
461f0b0ef0 Bug 82264: Enhance the Shared Libraries view. Core support for the Modules view. 2005-02-07 22:49:42 +00:00
Mikhail Khodjaiants
cb63ddc65b Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. ICWatchpoint should extend ILineBreakpoint to allow watchpoints to be shown in editors. 2005-02-03 19:59:03 +00:00
Mikhail Khodjaiants
1ec27ca202 Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. 2005-02-03 18:59:45 +00:00
Mikhail Khodjaiants
88e264420e Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. Added new "createWatchpoint" method that accepts position information. 2005-02-02 23:19:14 +00:00
Mikhail Khodjaiants
f2d65ec383 Fix for bug 83051: Add global variables deletes existing ones when new added. 2005-01-19 19:04:24 +00:00
Mikhail Khodjaiants
b0fe8a0287 Fix for bug 82858: NPE when adding global variable to variable view. 2005-01-19 00:12:14 +00:00
Mikhail Khodjaiants
03cba52fca Fix for bug 82800: Make "Resume At Line" action retargettable.
CDebugElement should provide an adapter to ICDebugTarget.
2005-01-18 22:21:16 +00:00
Mikhail Khodjaiants
ff58e4a1ef Fix for bug 82800: Make "Resume At Line" action retargettable.
CStackFrame should provide an adapter to IJumpToLine and IJumpToAddress.
2005-01-18 19:55:58 +00:00
Mikhail Khodjaiants
cfdbde0d64 Added NEWS file. 2005-01-13 18:51:12 +00:00
Mikhail Khodjaiants
4acb21bc17 Bug 73168: Use memory view provided by Eclipse platform in CDT.
Removed the old memory view.
2005-01-12 21:23:07 +00:00
Mikhail Khodjaiants
3b9ce4e55a Fix bug 82601: Enhance the ICDIMemoryBlock interface. 2005-01-12 20:35:01 +00:00
Alain Magloire
a502144d5d 2005-01-10 Mikhail Khodjaiants
PR 82601 changes to the memory block interface
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
2005-01-11 20:45:26 +00:00
Mikhail Khodjaiants
0a9d717f51 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-11 20:43:57 +00:00
Mikhail Khodjaiants
c796aad342 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-10 22:52:06 +00:00
Mikhail Khodjaiants
46c23f102c Bug 73168: Use memory view provided by Eclipse platform in CDT. 2005-01-10 18:53:41 +00:00
Mikhail Khodjaiants
c9c2c1498e Fix for bug 82184: arrayboundsexception on display of array variable. 2005-01-04 21:45:27 +00:00
Mikhail Khodjaiants
672820b546 Cleanup. 2004-12-24 00:08:04 +00:00
Mikhail Khodjaiants
c227d55fc4 Fix for bug 75948: Provide "breakpoint type name" for C breakpoints.
Applied patch from Jared Burns.
2004-12-22 21:44:53 +00:00
Mikhail Khodjaiants
a0f0cb5366 Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
The CMemoryBlockextension is used as an adapter to "IMemoryBlockRetrieval".
2004-12-22 20:59:39 +00:00
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
Mikhail Khodjaiants
4a8b57d0ab Switch to the new memory view interfaces (Eclipse 3.1). 2004-12-21 19:55:31 +00:00
Mikhail Khodjaiants
4389ea8a9b Fix for bug 81698: NumberFormatException in CValue. 2004-12-20 23:30:57 +00:00
Mikhail Khodjaiants
840aece508 Fix for bug 81381: Deadlock when single stepping. 2004-12-16 21:26:10 +00:00
Mikhail Khodjaiants
c52e89c95f Fix for bug 79678: NPE in Expression. 2004-12-09 03:56:03 +00:00