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

288 commits

Author SHA1 Message Date
Anton Leherbauer
41798922e2 [218847] Add delta handling for ModelProxyInstalledEvent and DataModelIntializedEvent 2009-04-24 09:39:26 +00:00
Pawel Piech
00f353d2c8 Add a guard for potential NPE. 2009-04-23 22:38:10 +00:00
Marc Khouzam
2ecde82295 [218847] Remove CONTENT flag for DataModelInitializedEvent as it is not needd. 2009-04-23 15:45:38 +00:00
Marc Khouzam
795dbe40e0 [218847] Create a DataModelInitialized event, to properly initialize selection in Debug view 2009-04-21 14:51:39 +00:00
Anton Leherbauer
3993230a7a [269956] [api][source lookup] DsfSourceDisplayAdapter should allow to create custom annotation types 2009-04-03 09:24:55 +00:00
Pawel Piech
0c98984ff0 Fixed range of supported number formats in PDA. 2009-03-31 21:25:53 +00:00
Pawel Piech
05578093af [202656] - [update policy] Obsolete values (dirty cache entries) should be indicated in views with a gray font color. 2009-03-31 21:25:24 +00:00
Anton Leherbauer
486b8d0bde [269689] [source lookup] DsfSourceDisplayadapter should respect ISourcePresentation API 2009-03-24 11:00:42 +00:00
Anton Leherbauer
30c1dc4f38 [269767] [view model] LaunchRootVMNode misses a done() 2009-03-24 09:42:56 +00:00
Pawel Piech
1f8d69201e Fixed inconsistency in use of executor. 2009-03-20 21:53:14 +00:00
Pawel Piech
2d935d7b6e [269306] - Implemented GDB-specific OS ID. 2009-03-19 18:46:28 +00:00
Marc Khouzam
2900660608 [269387] Fix javadoc. There are cases where monitor.done() must still be called, for instance, when calling a service on the executor and setting the data when the executor runs. 2009-03-19 18:40:57 +00:00
Pawel Piech
7a3355c0fb Add a threads sample. 2009-03-19 17:38:58 +00:00
Marc Khouzam
32e61b60a7 [269306] Add PROP_ID2 to checkProperty() 2009-03-19 16:02:54 +00:00
Marc Khouzam
d05196d1bf [256798] Fix comments to match the fact that DsfServicesTracker now listen for unregister events. 2009-03-19 13:58:37 +00:00
Marc Khouzam
5ae5f6b33a [269306] Fix ThreadVMNode to display as we used to. 2009-03-19 02:03:10 +00:00
Ken Ryall
c7b848e69f Fix format for module and address only. 2009-03-18 19:45:50 +00:00
Marc Khouzam
0b5071ee84 [269146] Duplicate message, and unused one. 2009-03-18 17:55:00 +00:00
Marc Khouzam
8f29cb5265 [269196] Guard against null StateChangeReason 2009-03-18 17:38:24 +00:00
Pawel Piech
6077343b17 [269146] - [view model] NLS warning messages in the log 2009-03-18 15:53:32 +00:00
Pawel Piech
48d2746e03 [269196] - [run control] [non-stop] NPE when StateChangeReason of IExecutionDMData is null 2009-03-18 15:24:23 +00:00
Anton Leherbauer
f3c35beabe [269043] [run control] If I perform a step operation on a thread, stepping is blocked for 5 sec. 2009-03-18 13:21:32 +00:00
Pawel Piech
195a008c99 [269135] - [view model][breadcrumb] Opening a drop-down causes an installed delta to be sent to the tree viewer. 2009-03-18 05:18:58 +00:00
Pawel Piech
4eddcf9290 [269130] - [debug view] Bad thread label for a thread that exited when in the manual thread update policy. 2009-03-18 04:12:59 +00:00
Pawel Piech
e659686dd8 [269048] - [pda][run control] The suspend command is not enabled on the thread when it's running. 2009-03-17 18:38:26 +00:00
Pawel Piech
4eacd375ab [269046] - [debug view] Debug target icon shows that target is suspended when it's actually running. 2009-03-17 18:31:57 +00:00
Pawel Piech
7ff20ce4d6 Add refresh option to example ant build. 2009-03-16 18:25:55 +00:00
Pawel Piech
d37ea1f54c Fix PDA plugin messages. 2009-03-16 18:25:10 +00:00
Pawel Piech
1517fb3e03 Fix PDA source lookup bug. 2009-03-16 18:24:36 +00:00
Pawel Piech
1681e9fc13 [268233] - Dependencies on internal constants cause the CDT build to fail against 3.5M6 platform. 2009-03-16 18:22:03 +00:00
Anton Leherbauer
3e30929b5b [268760] [view model] DefaultDsfSelectionPolicy accesses DSF services in the wrong thread 2009-03-16 11:56:07 +00:00
Anton Leherbauer
f0a0f1b4ad [268721] [disassembly] Service tracker and service used on wrong thread 2009-03-16 10:18:11 +00:00
Ted Williams
29db111c61 [268631] [memory] target org.eclipse.cdt.dsf.debug.ui.memory.RefreshAction to MemoryBrowser 2009-03-14 06:14:35 +00:00
Randy Rohrbach
25b0ee6d2e Defect 268629 2009-03-14 03:16:19 +00:00
Pawel Piech
fd7027d65f [256798] - [services] Services can be called after they are shutdown 2009-03-13 22:22:48 +00:00
Pawel Piech
3770b8065d [268617] - [view model] StackFrameVMNode accesses DSF services in the wrong thread. 2009-03-13 22:22:25 +00:00
Randy Rohrbach
739592300e Defect 225650, additional tweaking. 2009-03-13 15:39:55 +00:00
Pawel Piech
4250d67c92 Attempt to get PDA working in binary plugin. 2009-03-13 05:40:13 +00:00
Pawel Piech
b70b28a491 [225650] - Patch renaming IDsfService.isActive() to IDsfService.isRegistered() 2009-03-13 05:05:05 +00:00
Pawel Piech
c629b4d02b [254200] - Localization - ICU4J 2009-03-13 04:52:23 +00:00
Pawel Piech
d244e9ba94 Got rid of redundant import statements. 2009-03-13 04:52:10 +00:00
Pawel Piech
d5deb00643 Localization - ICU4J 2009-03-13 04:50:10 +00:00
Randy Rohrbach
5e47877afa Some cleanup fixes for 225650. 2009-03-12 19:13:01 +00:00
Pawel Piech
3b68c43a8f Removed unnecessary SuppressWarnings. 2009-03-12 18:39:21 +00:00
Pawel Piech
b411c3d854 Updated comments. 2009-03-12 18:31:49 +00:00
Anton Leherbauer
39de0e3a61 [268339] Fix since tags 2009-03-12 13:04:42 +00:00
Pawel Piech
f340cd5908 [266588] - Removed deprecated methods. 2009-03-12 04:28:15 +00:00
Pawel Piech
63859e035d [225650] - Fix an NPE. 2009-03-11 22:43:42 +00:00
Pawel Piech
fc1da4e112 [268230] - [view model] Mark view model API as provisional. 2009-03-11 21:40:58 +00:00
Pawel Piech
03986e7dde [225650] - [view model] Convert debug views' view model implementation to use IElementPropertyProvider. 2009-03-11 20:55:47 +00:00