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

861 commits

Author SHA1 Message Date
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
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
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
9c3c70be24 Cleanup. 2004-07-20 21:27:37 +00:00
Mikhail Khodjaiants
2295bd9473 Asynchronous resume, suspend and step operations. Cleanup. 2004-07-16 22:07:41 +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
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
Doug Schaefer
757f7d44bc Removed the cdi.jar file from the build.properties file
since it isn't ready to build yet.
2004-07-15 15:02:04 +00:00
Mikhail Khodjaiants
265609f825 Cleanup. Added support of "CDebugElementState". 2004-07-09 19:30:23 +00:00
Mikhail Khodjaiants
1a63f5490c Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".
Added comments to ICDebugElementStatus.java.
2004-07-09 18:03:38 +00:00
Alain Magloire
f87836aa5e 2004-07-02 Alain Magloire
Move the CDI interface to its own source browser and library
	* cdi/*
2004-07-02 19:30:18 +00:00
Alain Magloire
8589466f8a Do not use the cache stackframe.
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2004-06-30 02:24:37 +00:00
Mikhail Khodjaiants
abfe932836 Temporary fix for bug 68915: Invalid values in the Variables view. 2004-06-30 01:31:50 +00:00
Mikhail Khodjaiants
1662c1895f Partial fix for bug 45535: Performance problems when debugging.
Cache the double and float presentations of the floating point types.
2004-06-28 18:30:50 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
Mikhail Khodjaiants
9b23979d4f Temporary fix for bug 56520: Debug Perspective doesn't get called when a breakpoint is hit. 2004-06-24 20:25:41 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Mikhail Khodjaiants
f4ba258cd6 Fix for bug 68316: Exception shutting down Eclipse with an active debug session. 2004-06-23 15:58:15 +00:00
Mikhail Khodjaiants
acc1523fa1 Replaced global resource bundles by messages. 2004-06-22 18:45:18 +00:00
Mikhail Khodjaiants
0c164d2456 Externalizing strings. 2004-06-18 22:17:10 +00:00
Mikhail Khodjaiants
fbc9d83a65 Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation. 2004-06-16 20:17:55 +00:00
Mikhail Khodjaiants
1539cf8919 "CUpdateManager" extends "Observable" to support "Auto-Refresh" toggle actions. 2004-06-14 01:35:35 +00:00
Mikhail Khodjaiants
8ce08923fe Changed the comments and copyright text. 2004-06-14 01:31:35 +00:00
Mikhail Khodjaiants
181779924b "CDebugTarget" should provide an adapter for "ICDebugTarget". 2004-06-11 21:44:46 +00:00
Mikhail Khodjaiants
585d6a4aac Changed the synchronization scope. 2004-06-09 19:06:44 +00:00
Mikhail Khodjaiants
4968399c0d Cosmetic change. 2004-06-02 21:51:58 +00:00
Mikhail Khodjaiants
95a0a3e4a4 Fix for bug 65112: Debug Registers view is empty. 2004-06-02 18:17:37 +00:00
David Inglis
760c2a22b5 fixed update platform filtering
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Mikhail Khodjaiants
e37b85c532 Support for the "Skip All Breakpoints" action. 2004-05-28 21:27:58 +00:00
Mikhail Khodjaiants
f7b0d8de3b Display global variables in the Variables view. 2004-05-27 21:53:39 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Mikhail Khodjaiants
34df8b137e Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
Warning cleanup.
2004-05-21 19:59:49 +00:00
Mikhail Khodjaiants
f6719903b6 The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame". 2004-05-20 22:23:20 +00:00
Mikhail Khodjaiants
d6606182b1 Added the support of watch expressions. 2004-05-19 21:44:26 +00:00
Mikhail Khodjaiants
0f32cf8195 Added the support of watch expressions. 2004-05-19 21:12:43 +00:00
Mikhail Khodjaiants
855b524f20 Update disassembly when source locator is changed. 2004-05-14 20:12:32 +00:00
Mikhail Khodjaiants
483bcb5df2 Changed the format of the disassembly error messages. 2004-05-13 21:09:38 +00:00
Mikhail Khodjaiants
8d4cf7f7d9 Removed old disassembly implementation. 2004-05-13 19:56:32 +00:00
Mikhail Khodjaiants
64e6bbf48d Support for the instruction stepping mode. 2004-05-13 18:55:09 +00:00
Mikhail Khodjaiants
a19d23361a Implementation of mixed disassembly mode. 2004-05-06 22:03:25 +00:00
Doug Schaefer
aad469ecbe The schema folder was missing from the nightly build.
Also cleaned up the source build contents.
2004-05-01 14:27:31 +00:00
Mikhail Khodjaiants
3fa86e4cce New copyright. 2004-04-30 22:05:37 +00:00