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

192 commits

Author SHA1 Message Date
Anton Leherbauer
e27412e7dd [297601] Add find action to local view menu 2010-01-14 08:51:27 +00:00
Anton Leherbauer
b9a6ef638c [297601] [disassembly] Support 'Find' operation in disassembly view 2010-01-13 14:53:37 +00:00
Anton Leherbauer
29c8d99049 [298135] Fix removeServiceEventListener argument 2010-01-13 13:58:50 +00:00
Pawel Piech
89fca7f409 Fixed generics warnings. 2010-01-11 22:10:01 +00:00
Ken Ryall
fceb61087c Bug 299167, turn the Variable View's Address column into a Location column. 2010-01-11 22:08:24 +00:00
Pawel Piech
2340eaf2a9 [292616] - Added additional synchronization for the fMinStepInterval variable. 2010-01-07 17:50:16 +00:00
Anton Leherbauer
4aa54bd7e5 [292616] [concurrency] Missing annotations in SteppingController 2010-01-07 12:39:08 +00:00
Marc Khouzam
ed8c6d8a9a [298909] API fix 2010-01-07 01:28:26 +00:00
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
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
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
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
Anton Leherbauer
21cda7ff60 [292527] DSF Disassembly view doesn't handle non-contiguous assembly blocks properly 2009-10-28 09:56:07 +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
Marc Khouzam
e436aadfcd [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-15 12:32:03 +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
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
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
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