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

275 commits

Author SHA1 Message Date
Pawel Piech
c13753ddb3 [298135]- Several calls to DsfSession add/removeServiceEventListener not on executor thread 2010-01-06 00:38:05 +00:00
Pawel Piech
e31d06b003 [298909] - [launch] DSF suspend trigger susceptible to race conditions 2010-01-05 23:51:29 +00:00
Pawel Piech
cc24890314 Fixed suspend trigger adapter registration. 2009-12-30 00:18:45 +00:00
Marc Khouzam
226a428dff [298104] Protect agains possible NPE 2009-12-18 15:34:26 +00:00
Marc Khouzam
2a9515f36d [298101] Check against null runControl service. 2009-12-17 19:48:14 +00:00
Anton Leherbauer
ab53de8c4f [255026] [expressions][cdi] Support for advanced expression hover 2009-12-17 09:43:46 +00:00
Anton Leherbauer
a326de8cbd [297387] [disassembly] When location combo box has focus, 'Home' key shouldn't jump to PC address
Patch from Navid Mehregani
2009-12-14 07:50:51 +00:00
Anton Leherbauer
12fdecc1fe Bug 296823 - workaround for excessive response from gdb 2009-12-11 10:30:36 +00:00
John Cortell
5687f0ee0f Documentation improvement 2009-12-10 21:42:09 +00:00
John Cortell
ceaa353fb9 [297535] Optimization to DsfServicesTracker 2009-12-10 21:15:49 +00:00
Pawel Piech
dde65a6ae5 [297140] Added comments to clarify method usage. 2009-12-10 20:48:53 +00:00
Anton Leherbauer
9150108ed8 [296257] [disassembly] Merge 'Go to Address' and 'Go to Symbol' actions and expose it as a combo box in the toolbar
Patch by Navid Mehregani
2009-12-02 14:50:58 +00:00
Anton Leherbauer
214ac8648b [295895] DSF Disassembly view attempts to insert source even when 'Show Source' option is off 2009-11-26 08:27:39 +00:00
Pawel Piech
b27b63cf81 Bug 296014 - 'Add new expression' can end up in the middle of Expression list 2009-11-24 19:48:24 +00:00
John Cortell
d8117374fc Befriend EDC plugin 2009-11-17 21:21:40 +00:00
John Cortell
b60a11baac Fixed EDC warnings 2009-11-16 22:10:42 +00:00
Marc Khouzam
2b793aaf12 [294351] Fix comment 2009-11-12 14:15:21 +00:00
Marc Khouzam
48fb821c7d [294351] Add a default hover for DSF. 2009-11-12 14:06:54 +00:00
Ken Ryall
dcd0c58abf Bug 159955, enable the source not found editor for DSF. 2009-11-10 22:06:46 +00:00
Randy Rohrbach
7bd060b64d Bugzilla 294779. 2009-11-10 19:16:21 +00:00
Anton Leherbauer
7e5c056111 [294351] Fix leaking service tracker 2009-11-10 12:21:23 +00:00
Anton Leherbauer
cb50de1748 [294605] [disassembly view] Exception from toggle breakpoint action after viewer refresh 2009-11-10 09:24:44 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Pawel Piech
f6f269dcf3 Replaced an invalid assertion with a comment. 2009-11-10 00:02:54 +00:00
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