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

251 commits

Author SHA1 Message Date
Marc Khouzam
75e6f8510f [280461] Introduce a way to add extra executor depths to preserve the order of MI events and MI command results 2009-11-03 15:58:38 +00:00
Anton Leherbauer
21cda7ff60 [292527] DSF Disassembly view doesn't handle non-contiguous assembly blocks properly 2009-10-28 09:56:07 +00:00
Randy Rohrbach
e81078bb95 More bugzilla 293480 - edited a couple more comments. 2009-10-27 18:48:30 +00:00
Randy Rohrbach
e2a14c751f Bugzilla 293480. 2009-10-27 18:29:04 +00:00
Marc Khouzam
29c296b980 [293324] Support for executor depth in DSFExecutor traces 2009-10-26 16:45:41 +00:00
Anton Leherbauer
d2cb70aeb5 [292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler Column 2009-10-21 08:29:58 +00:00
Anton Leherbauer
8c5477d2d0 [285225] [disassembly view] DSF Disassembly view does not respect selected breakpoint type 2009-10-20 09:14:17 +00:00
Randy Rohrbach
0d66821cc1 Bugzilla defects
256775
283586
287540
290710
292059
292120
292293
2009-10-18 04:53:48 +00:00
Marc Khouzam
6cb229669e [292488] Guard against RejectedExecutionException 2009-10-18 01:11:03 +00:00
Anton Leherbauer
54d204a985 [292271] Protect against race condition due to asynchronously removing the service event listener 2009-10-16 07:57:38 +00:00
Marc Khouzam
06b3823732 [292271] Guard against RejectedExecutionExceptions. Also, DsfServicesTracker.dispose() is now ThreadSafe so does not need to be called in the executor, which is good because we should still make this call even in the case of a RejectedExecution exception. 2009-10-15 20:17:34 +00:00
Pawel Piech
ee3801c51f Bug 288962 - [debug view] Extend IExecutionDMData to retrieve details about state change reason 2009-10-15 17:14:02 +00:00
Pawel Piech
05512ba623 Bug 292070 - Access to Active DsfSessions 2009-10-15 17:04:56 +00:00
Marc Khouzam
6744e78d21 [292271] DsfServicesTracker.dispose() is now ThreadSafe because we use it outside the executor 2009-10-15 12:56:10 +00:00
Marc Khouzam
e436aadfcd [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-15 12:32:03 +00:00
Marc Khouzam
424cf54073 [292266] More ThreadSafe methods 2009-10-14 16:39:54 +00:00
Pawel Piech
9ee66f7728 Bug 291342 - Additional fix for race condition in launch event firing. 2009-10-12 15:49:14 +00:00
Marc Khouzam
8870c36bd5 [291342] The jobs in DsfLaunch must actually be scheduled :-) 2009-10-10 00:38:59 +00:00
John Cortell
4a942b7640 [291684] Equip monitors with a monitor traceback (when tracing) 2009-10-08 22:57:25 +00:00
Anton Leherbauer
26b56b3fff [291479] [debug view] FullStackRefreshEvent should be scheduled when suspended event is received 2009-10-08 08:36:22 +00:00
Pawel Piech
94e7e1504c Bug 291423 - [debug view] RejectedExecutionException when stepping fast past end of program. 2009-10-07 18:03:13 +00:00
Pawel Piech
9a35a91bd0 Bug 291342 - [debug view] DSF session executor intermittently deadlocks during session termination 2009-10-07 17:54:22 +00:00
Pawel Piech
79d6493210 Bug 291628 - [debug view][vm] Redundant updates on FullStackRefreshEvent 2009-10-07 16:29:32 +00:00
John Cortell
628ded59a1 Fixed type in comment 2009-10-07 15:29:03 +00:00
John Cortell
1bfac4dbe8 Restructure oddly and inefficiently constructed if/else section 2009-10-07 02:42:21 +00:00
John Cortell
e61498f16f [291548] DMContext.toString() not handling multi-parent scenario well 2009-10-07 02:24:45 +00:00
John Cortell
cdf996fee1 Documentation enhancement 2009-10-07 01:05:12 +00:00
John Cortell
3cea2d9f0d Documentation enhancement 2009-10-07 01:00:54 +00:00
Pawel Piech
31838d1360 Updated comment. 2009-10-06 22:32:33 +00:00
John Cortell
9109854953 Documentation enhancements 2009-10-06 21:19:59 +00:00
John Cortell
cf9c80f17e [291535] inconsistency in listener registration in launch vm providers 2009-10-06 20:43:36 +00:00
John Cortell
88fd43a9ec Documentation enhancements 2009-10-06 20:28:34 +00:00
Pawel Piech
b2e5b8842d Updated comment. 2009-10-06 19:47:31 +00:00
Pawel Piech
85748d34ee Updated comments. 2009-10-06 17:17:41 +00:00
John Cortell
9d137a3c63 Additional documentation 2009-10-06 16:38:11 +00:00
Pawel Piech
7c9a32d8e9 Added comments. 2009-10-06 15:43:43 +00:00
Pawel Piech
08e22395da [291425] Additional fix to update active policy ID for cache hits. 2009-10-06 15:24:19 +00:00
John Cortell
8db497abb6 Use IModelDelta.NO_CHANGE instead of 0 2009-10-06 02:52:22 +00:00
John Cortell
8aa547ee60 Further clarification (javadoc) 2009-10-06 01:32:19 +00:00
John Cortell
aefccd7002 documentation enhancement 2009-10-05 23:13:14 +00:00
John Cortell
8565264b9a Removed statement that appears that have been accidentally left in after some changes. 2009-10-05 21:47:39 +00:00
Pawel Piech
9805f1bdd9 [291425] - [update policy][variables] When stepping fast view flickers in stale data color. 2009-10-05 20:59:53 +00:00
Marc Khouzam
1353648eff [291393] Memory leak in RequestMonitor 2009-10-05 18:00:54 +00:00
Pawel Piech
9485e0e1f7 [291224] - Updated use of Viewer*RM vs. *RM to account for the conversion to CountingRequestMonitor. 2009-10-05 16:28:37 +00:00
John Cortell
ad94b7f3a9 [291346] Improve tracing for AbctractVMProvider 2009-10-05 13:50:54 +00:00
John Cortell
e15d4deeff [290991] More fixes and improvements to DsfExecutable tracing 2009-10-04 16:15:05 +00:00
John Cortell
71155f3f15 Removed incorrect comment 2009-10-03 00:18:03 +00:00
John Cortell
4209697ea1 Use IModelDelta.NO_CHANGE instead of 0 2009-10-03 00:15:17 +00:00
John Cortell
db1333778e [291241] MultiRequestMonitor is susceptible to theoretical race condition failure 2009-10-02 21:24:21 +00:00
John Cortell
0b19264891 [291224] Heavy MultiRequestMonitor used where lighter CountingRequestMonitor equally does the job 2009-10-02 20:07:37 +00:00