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

82 commits

Author SHA1 Message Date
Pawel Piech
ea0fa709a3 [233338] - Removed the redundant RequestMonitor.STATUS_CANCEL. 2008-05-22 16:25:06 +00:00
Pawel Piech
c604aca167 [233338] - [concurrency] RequestMonitor.isSuccess() is inconsistent with getStatus(). 2008-05-22 04:56:38 +00:00
Pawel Piech
9400014991 [231687] - [concurrency][view model] RequestMoniotr.setStatus(CANCEL) being called even though request is not canceleld. 2008-05-12 23:02:23 +00:00
Pawel Piech
36d8ba04ce [229606] - [concurrency] NegativeArraySizeException when launching with enabled assertions 2008-05-09 17:54:10 +00:00
Pawel Piech
706d77cc0c [206932] Made ICommandControl independent from the IDsfService class. 2008-04-01 20:46:11 +00:00
Pawel Piech
c60f80ccc0 [179293] Further refactoring of the handle*() methods of the RequestMoniotr. 2008-03-27 16:18:04 +00:00
Pawel Piech
26ae2918f0 [179293] Refactor the handle*() methods of the RequestMoniotr. 2008-03-27 02:40:19 +00:00
Pawel Piech
fa8d487ab4 [179293] Fixed a bug in handleErrorOrWarning() handling introduced by the last commit for bug 179293. 2008-03-26 04:32:53 +00:00
Pawel Piech
03b5f689a4 [223774] Moved status error codes from IDsfService interface into IDsfStatusConstants interface. 2008-03-25 20:41:20 +00:00
Pawel Piech
7d6b83a35f [179293] Added cancel listener to RequestMonitor. Added handleWarning() completion handler. 2008-03-25 20:38:29 +00:00
Pawel Piech
6cd8e646a4 Fixed a typo in a comment. 2008-02-22 00:27:02 +00:00
Pawel Piech
aad3ee68f9 [179102] Re-aligned plugin and package names to confirm with Eclipse policy. 2008-02-13 20:41:00 +00:00
Francois Chouinard
db8b348da7 BreakpointManager patch fro M5. 2008-02-11 17:32:56 +00:00
Pawel Piech
2beca67145 [192019] View Model refactoring cont.: fixed refactoring bugs found during PDA development. 2008-01-31 18:54:15 +00:00
Randy Rohrbach
bd49549561 IDMContext.java - spelling
DsfServiceID.java - new helper utility class use to generate class IDs
DsfMemoryBlockRetrieval.java - uses DsfServiceID now
SyncRegisterDataAccess.java - uses DsfServiceID now
AlarmCellModifier.java -  uses DsfServiceID now
DisplayDsfExecutor.java - changed getDisplayDsfExecutor to return DisplayDsfExecutor instead opf DsfExecutor.
AbstractCachingVMProvider.java - spelling/format
2008-01-31 15:58:01 +00:00
Pawel Piech
7d83b3a7dd [192019] View Model framework refactoring. 2008-01-19 00:34:30 +00:00
Pawel Piech
a4c2cc234f [213635] Added name to DSF executor. 2007-12-20 19:32:29 +00:00
Pawel Piech
0ce3cca4da [213635] Added name to DSF executor. 2007-12-20 19:20:09 +00:00
Francois Chouinard
0f9a2839a8 *** empty log message *** 2007-12-15 14:04:31 +00:00
Pawel Piech
4463f50fc6 [206832] Created a non-UI CompositeDMContext. 2007-12-10 20:55:32 +00:00
Pawel Piech
84e4230f31 [211534] Changed the constructor of the singleton class to private (try #2). 2007-11-30 17:57:36 +00:00
Pawel Piech
4e224fce0a [211534] Changed the constructor of the singleton class to private. 2007-11-30 17:54:01 +00:00
Pawel Piech
3fef8680c9 [211616] Fixed Query.get(timeout) implementation. 2007-11-30 17:50:44 +00:00
Pawel Piech
0c476c0d38 [211523] Added an ImmediateExecutor implementation. 2007-11-30 01:16:29 +00:00
Pawel Piech
d9ee930837 [205132] Got rid of the no-longer used service context object. 2007-11-21 23:47:55 +00:00
Pawel Piech
1d31b66b19 [205142] Refactored use of DM contexts to make them more flexible. 2007-11-14 00:16:00 +00:00
Marc Khouzam
18fd2d6ef6 Updated handleRejectedExecutionException to create its own error status. 2007-11-08 19:53:21 +00:00
Pawel Piech
cfd78eff47 [187888] Initial (stubbed) version of the modules service and the connection to the Modules view. 2007-10-22 21:47:15 +00:00
Marc Khouzam
27bc6ae2b6 Cleanup of class comments 2007-10-22 14:34:40 +00:00
Pawel Piech
f89ea1624c [205132] Fourth step in refactoring IDMContext:
- Migrated debug services not to use IDMService.getModelData(), the only class left using it is the cache in update policy.
2007-10-21 16:17:34 +00:00
Pawel Piech
75d779d6b9 [205132] Third step in refactoring IDMContext:
- Marked IDMService.getModelData() as deprecated.
- Created public get*Data() method in debug services.
2007-10-19 23:52:16 +00:00
Pawel Piech
ec4694c8b8 [205132] Second step in refactoring IDMContext:
- Removed the IDMService.getServiceContext() method.
2007-10-19 23:06:31 +00:00
Pawel Piech
7286137a7e [205132] First step in refactoring IDMContext:
- Removed the type parameter from IDMContext
- Got rid of the IDMContext.getServiceFilter() method.
2007-10-19 22:15:57 +00:00
Pawel Piech
29b939c50d [205318] Added additional entries in logged stack traces of runnables executed by the executor. 2007-10-03 17:18:00 +00:00
Pawel Piech
e4e9401c92 [204964] Fixed CountingRequestMinotor bug. 2007-09-28 21:44:46 +00:00
Pawel Piech
a132e82188 Streamlined use of Query object, in preparation for the memory view work (bug 160047). 2007-06-08 23:52:55 +00:00
Pawel Piech
434c29ab17 Applied patch implementing tracking of selected stack frame (bug 159696). 2007-06-07 23:17:06 +00:00
Pawel Piech
d791a66323 Got rid of compiler warning for un-used parameters. 2007-06-07 21:18:56 +00:00
Ted Williams
4cade0e00c bumped versions to 1.0.0 on HEAD for all DSF plugins and features 2007-06-07 18:35:58 +00:00
Ted Williams
a3112d1cd2 missing commas 2007-05-31 21:53:38 +00:00
Ted Williams
73f7077871 fixes for 189542 2007-05-30 02:06:59 +00:00
Pawel Piech
fa2f115d4e Set default warning level for all DSF projects (bug 187687). 2007-05-18 17:53:09 +00:00
Pawel Piech
810d315bbf Added expression view model implementation (bug 185635). 2007-05-05 00:12:37 +00:00
Ted Williams
8f6d74188f plugin names 2007-04-05 21:49:59 +00:00
Ted Williams
43c359cb48 Fixed licensing and update URLs. 2007-04-05 19:07:11 +00:00
Pawel Piech
7d59d57f72 Fixed M6 buld (bug 177371).
Created abstract equals() and hashCode() methods for DM and VM contexts (bug 180276).
2007-04-02 20:18:00 +00:00
Pawel Piech
e44c94107f Refactored the Done object into a RequestMonitor (bug 177081). 2007-03-28 22:14:46 +00:00
Pawel Piech
caa4c1b355 Generics warnings cleanup (bug 178689). 2007-03-23 17:00:36 +00:00
Pawel Piech
c5b151520f Exceptions during shutdown cleanup. 2006-12-12 01:15:26 +00:00
Pawel Piech
b191075ec4 Ported to new flexible hierarchy APIs (bug 164341). 2006-11-30 22:47:43 +00:00