1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

99 commits

Author SHA1 Message Date
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Anton Leherbauer
47e2c99bdb [276325] [disassembly] [breakpoints] Exception when setting breakpoint in disassembly view 2009-05-15 08:04:23 +00:00
Anton Leherbauer
6d067b774b [276327] [breakpoints][disassembly] Breakpoints of the disassembly view don't have any info on the breakpoint view 2009-05-15 07:58:43 +00:00
Anton Leherbauer
364d0c3ed0 [275646] [view model] DefaultVMContentProviderStrategy does not consider unlimited update range 2009-05-11 12:57:30 +00:00
Marc Khouzam
d59ee59cad Inverted comment 2009-05-06 17:08:01 +00:00
Anton Leherbauer
2964162173 [275136] [view model] done() may be called twice on request monitor 2009-05-06 15:10:23 +00:00
Vivian Kong
00a85959ad update feature dependencies 2009-05-01 18:55:52 +00:00
Marc Khouzam
02d1f6533a [218847] Add SELECT to startup events. Also, handle ModelProxyInstalledEvent the same way as DataModelInitializedEvent, in order to get an initial selection
when the debug view is opened.
2009-04-24 19:44:28 +00:00
Randy Rohrbach
13726315f4 Continuation of Bugzxilla 272369. Darin accepted my other patch so the presentation context now has the SHOW TYPES ICON property as well.
This allows us to get it from there instead of doping the ugly reflection thing.
So I removed the reflection and get it from the presentation context. I already tested this with my patch so when M7 comes out it will be fully functional.

Randy
2009-04-24 17:00:26 +00:00
Randy Rohrbach
67777ab391 Bugzilla 272369 2009-04-24 14:43:04 +00:00
Anton Leherbauer
eaeddf5e8b Fix warnings 2009-04-24 10:51:48 +00:00
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