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

93 commits

Author SHA1 Message Date
Pawel Piech
f88b03fbd0 [247356] Use API tooling. 2008-09-15 21:31:37 +00:00
Ted Williams
83c49e7875 [244640] fail to export org.eclipse.dd.dsf.gdb-feature (.classpath "bin/classes" -> "bin") 2008-09-11 04:48:24 +00:00
Pawel Piech
4837793d14 [246789] - Added a missing null check. 2008-09-09 21:22:26 +00:00
Pawel Piech
cfe2a71e89 [246789] - [concurrent] Sequence.cancel() can trigger an assertion error in RequestMonitor 2008-09-09 20:59:09 +00:00
Pawel Piech
4edc3e01e0 [243794] - [update policy] VM Cache can save updates after they were canceled. 2008-08-11 17:53:08 +00:00
Marc Khouzam
963ba7e067 Bug 239050
Makes getAncestorOfType() return the closest ancestor in terms of
depth.  Also adds a new method, getAllAncestorsOfType(), which returns all
the ancestors of the specified type in an array.
2008-07-16 19:08:05 +00:00
Ted Williams
dd61347700 [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
Pawel Piech
0bc7b6f932 [238108] - [viewmodel] null pointer access in VM provider classes 2008-06-24 18:13:29 +00:00
Pawel Piech
ec208de1ed Updated copyright statements. 2008-06-02 18:03:10 +00:00
Pawel Piech
10580b5759 Updated copyright statements. 2008-05-30 22:57:44 +00:00
Francois Chouinard
1720457ddb Fixes for Bug234314 and Bug234289 2008-05-28 13:40:49 +00:00
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