Marc Khouzam
b7c32e2b66
Fix for bug 214806
2008-02-01 14:25:37 +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
5dd23d3028
[192019] Added the missing setFlags() override, without which many of the views didn't work after the refactoring.
2008-01-24 04:17:17 +00:00
Pawel Piech
e6f90cea7a
[192019] Reverted to use VMDelta which was erroneously removed in UI refactoring.
2008-01-21 19:31:58 +00:00
Pawel Piech
2f16b2b95f
[216034] Fixed to compile with platform 3.4 M5.
2008-01-21 19:29:30 +00:00
Pawel Piech
0d12dc0338
[192019] Got rid of getExpressionLength() which is no longer used.
2008-01-21 18:06:10 +00:00
Pawel Piech
7d83b3a7dd
[192019] View Model framework refactoring.
2008-01-19 00:34:30 +00:00
Ted Williams
7cfa374584
Fixed the import of StatusLineContributionItem. It moved in platform 3.4M4.
2008-01-09 20:12:24 +00:00
Francois Chouinard
a09c42806c
Fix for bug215545
2008-01-07 22:02:31 +00:00
Pawel Piech
e2aa815c7c
[212841] Changed the IViewerUpdate interface implementations to work with platform 3.4 M4 milestone.
2008-01-04 03:46:52 +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
Pawel Piech
2b3d31bb31
[204587][204588] Added the IElementPropertiesProvider and PropertyBasedLabelProvider.
2007-12-19 23:53:11 +00:00
Pawel Piech
a9ca46d100
[212938] Fix for NPE as a result of a detail pane job returning null status.
2007-12-19 19:45:04 +00:00
Francois Chouinard
210443c47a
Removed an extraneous back-end call to resolve the memory address.
2007-12-18 19:15:09 +00:00
Francois Chouinard
0f9a2839a8
*** empty log message ***
2007-12-15 14:04:31 +00:00
Pawel Piech
ad73d6a161
[209045] Added IDsfDebugUIConstants and a reference to it.
2007-12-11 20:05:07 +00:00
Pawel Piech
d5f269f61a
[209045] Fixed a couple of compile bugs in the last checkin.
2007-12-11 19:59:57 +00:00
Marc Khouzam
0488406d1c
FBefore setting the expression, we first check if it is a top-level expression,
...
in which case, we use the full expression string.
2007-12-11 19:30:59 +00:00
Veenu Khanna
11792cc9d5
Modules detail pane incorporated
2007-12-11 15:27:35 +00:00
Veenu Khanna
b3f8c7c9da
Comments updated
2007-12-11 15:27:09 +00:00
Veenu Khanna
eff9424747
DetailsPane view for modules
2007-12-11 15:24:53 +00:00
Veenu Khanna
c8f72adff3
Image for modules view incorporated
2007-12-11 15:24:36 +00:00
Veenu Khanna
945c0892f3
Image files for modules view
2007-12-11 15:24:04 +00:00
Veenu Khanna
34a2e60a29
IModuleDMData changed
2007-12-11 10:32:11 +00:00
Francois Chouinard
cd887eb0e3
First part of re-factoring of the Breakpoint service.
2007-12-10 22:12:01 +00:00
Pawel Piech
4463f50fc6
[206832] Created a non-UI CompositeDMContext.
2007-12-10 20:55:32 +00:00
Francois Chouinard
72fd69e4f1
- First implementation of watchpoints
...
- Improved JUnit suite
- Fixed a couple of glitches in the previous delivery
2007-12-03 23:07:40 +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
Francois Chouinard
ad27060ba1
Second shot at the breakpoint service.
...
Fix for the shutdown sequence where a missing rm.done() in the MIBreakpoints shutdown() method was missing.
2007-11-30 16:14:54 +00:00
Pawel Piech
0c476c0d38
[211523] Added an ImmediateExecutor implementation.
2007-11-30 01:16:29 +00:00
Pawel Piech
a3649d568b
[206832] Added use of CompositeDMContext.
2007-11-26 21:42:51 +00:00
Pawel Piech
976a665a68
[205142] Changed IStack.getArguments() and IStack.getVariables() to accept strong-typed IFrameDMContext.
2007-11-21 23:58:19 +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
64a3c6512a
[210571] Refactored number format detail pane.
2007-11-21 19:36:08 +00:00
Marc Khouzam
816a523659
Caching the status as well as the result, to allow to cache commands that fail.
...
Bug 208920
2007-11-21 18:48:56 +00:00
Pawel Piech
9df59c726e
[205142] Standardized use of typed DM Context parameters in DSF Debug interfaces.
2007-11-20 03:49:14 +00:00
Pawel Piech
d0e0286a8d
[205142] Refactored use of execution, frame, and expression contexts in the MI implementation.
2007-11-17 00:24:49 +00:00
Pawel Piech
6e8c328c01
[205334] Implemented viewer input provider to set the default input in expressions view. Also, added more expression manager event handling.
2007-11-15 16:44:56 +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
Marc Khouzam
cad5eca6bd
Updated to use the standard pattern for request monitors
2007-11-08 19:42:02 +00:00
Marc Khouzam
90ee5db87f
IExpressions should provide address and size of an expression
2007-11-02 15:12:22 +00:00
Marc Khouzam
b19bdedd15
Fix for Bug 200896
...
This is the full support for marking variable objects as USED.
Also, the ExpressionService JUnit tests have been extended.
2007-10-25 18:22:24 +00:00
Pawel Piech
60cccc683c
[207236] Single-click "Add new expression" workflow.
2007-10-23 22:21:40 +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