Pawel Piech
383e01aec2
[208476] Added queuing of events to the View Model cache.
2008-04-25 16:59:57 +00:00
Pawel Piech
3b275318fd
[228458] Cleaned up old and unused expression parsing methods.
2008-04-23 16:42:15 +00:00
Pawel Piech
ca383d57de
[228148] Fixed an NPE exposed by timing changes in services initialization.
2008-04-22 05:09:50 +00:00
Pawel Piech
31d07ac3cc
[212839] Added "Type" column to the registers view.
2008-04-18 20:17:49 +00:00
Pawel Piech
8d74f0dc4b
[227643] Switched to use ILabelUpdate.getColumnIds() instead of IPresentationContext.getColumns().
2008-04-18 18:41:48 +00:00
Randy Rohrbach
b14f86c070
Bugzilla 226166
...
Exports action handlers.
2008-04-08 18:05:50 +00:00
Pawel Piech
723b0df731
[225610] Removed the IExpressionDMData.getStringValue() method.
2008-04-03 17:56:22 +00:00
Pawel Piech
7fe354ae79
[225193] Simplified AbstractVMContext constructor.
2008-04-01 20:04:30 +00:00
Pawel Piech
1420d16bdd
[224438] Renamed view model packages in org.eclipse.dd.dsf.debub.ui as a provisional API.
2008-03-31 18:08:03 +00:00
Pawel Piech
deabab9f21
[216803] Removed the getName() methos from Data Model contexts declared in IRegisters service interface.
2008-03-31 17:00:28 +00:00
Pawel Piech
d5f39af5a8
[224435] Changed the IContainerSuspendedDMEvent/IContainerResumedEvent.getTriggeringContext() to return an array instead of a single context.
2008-03-28 18:05:54 +00:00
Pawel Piech
e42dcea7a8
[158610] Converted the IRunControl.can*() methods to be asynchronous.
2008-03-28 17:42:49 +00:00
Pawel Piech
c50257d07d
[224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events.
2008-03-27 22:09:11 +00:00
Pawel Piech
4f71f37d15
[159046] Got rid of IStack.isStackAvailable().
2008-03-27 21:20:10 +00:00
Pawel Piech
549cdbd6fd
[224466] Renamed SourceDisplayAdapter to DsfSourceDisplayAdapter, and DsfMISourceLookupParticipant to DsfSourceLookupParticipant.
2008-03-27 21:06:06 +00:00
Pawel Piech
7018e1238b
[224466] Renamed MISourceDisplayAdapter to SourceDisplayAdapter.
2008-03-27 20:57:56 +00:00
Pawel Piech
23cf575f17
[219031] Added the StepType parameter to IRunControl.canStep().
2008-03-27 20:53:39 +00:00
Pawel Piech
0e806a078c
[179293] Coverted remaining RequestMonitor.getStatus().isOK() calls into RequestMonitor.isSuccess().
2008-03-27 16:29:32 +00:00
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