Pawel Piech
ad5efaa543
[224279] Fixed handling of request monitor in queries when session is disposed.
2008-03-27 03:09:58 +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
ca2922f0bb
Got rid of an unused import statement.
2008-03-10 18:23:58 +00:00
Pawel Piech
5893454304
[221795] Added a suspended event handler to the source locator.
2008-03-10 16:09:40 +00:00
Randy Rohrbach
f328405120
Bugzilla's 221898 & 219127.
2008-03-07 19:46:13 +00:00
Marc Khouzam
9150b06a8f
Fix for Bug 213061
...
Expressions and Variables views do a full refresh on MemoryChangedEvent and ExpressionChangedEvent.
MIVariableManager sets all varObjects to out-of-date when any varObject is modified by the user.
2008-02-26 20:04:41 +00:00
Pawel Piech
2f616ee3bc
[219630] Fixed an NPE due to a null IStack service.
2008-02-20 17:34:54 +00:00
Pawel Piech
a8a36358d9
[219026] Got rid of "null" at end of frame label if address is not available.
2008-02-14 22:00:22 +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
Pawel Piech
a12a4967e3
[179102] Added logic to handle ModelProxyInstalledEvent. This logic now selects the top stack frame when the debug view is first opened.
2008-02-12 23:13:12 +00:00
Pawel Piech
c61de9929c
[218560] Replaced IStepQueueManager with a concrete generic implementation StepQueueManager.
2008-02-12 23:04:12 +00:00
Randy Rohrbach
c7f6460147
Bugzilla 218654. This commit shows some files contain errors. This is because they are being compiled against M4. I will rebuild against M5 shortly. I did a diff of the files and the changes are exactly what I wanted. They will compile against HEAD and M5 when that is resolved.
2008-02-12 20:23:27 +00:00
Pawel Piech
6321552cfe
[216376] Changed expression nodes to use new 3.4M5 watch expression APIs.
2008-02-12 00:03:36 +00:00
Pawel Piech
91e43c46ad
[179096] Added suspend trigger to open debug perspective on suspend.
2008-02-11 23:56:56 +00:00
Pawel Piech
e9b345d4fa
[218573] Added process created event handling to make sure that new processes appear in Debug view.
2008-02-11 22:25:19 +00:00
Marc Khouzam
8fda4772aa
Fix for Bug 214806
...
New canWriteExpression() method is added to IExpressions and is used
to know if the user should be given the option to edit the value of an expression
in the views.
2008-02-08 20:58:49 +00:00
Marc Khouzam
857c836ecf
Fix for Bug 217460
...
User modifying an expression was not working
2008-02-01 17:37:34 +00:00
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
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
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
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
Pawel Piech
4463f50fc6
[206832] Created a non-UI CompositeDMContext.
2007-12-10 20:55:32 +00:00
Pawel Piech
a3649d568b
[206832] Added use of CompositeDMContext.
2007-11-26 21:42:51 +00:00
Pawel Piech
64a3c6512a
[210571] Refactored number format detail pane.
2007-11-21 19:36:08 +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
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
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
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
Marc Khouzam
4e553d3250
Fix for bug 206931 which cleans up IFormattedValues
2007-10-19 20:00:25 +00:00
Pawel Piech
df21b47db1
[206400] Fix for invalid selection in Debug view when stepping.
2007-10-16 00:15:37 +00:00
Ted Williams
ebd8d1632b
[205645]
2007-10-07 01:17:08 +00:00